<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/extended_fab"
    android:layout_height="wrap_content"
    android:layout_width="wrap_content"
    app:icon="?attr/appPermissionsIcon"
    android:text="@string/manage_permissions"
    android:ellipsize="end"
    android:layout_gravity="bottom|center"
    android:layout_margin="@dimen/spacing_large"
    android:textAppearance="?attr/textAppearanceLabelCompact"
    android:backgroundTint="@color/filter_chip_selected_color"
    android:theme="@style/Theme.MaterialComponents.DayNight" />