|
|
|
@ -525,7 +525,6 @@
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_filter_out_seen"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
android:tag="inset"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/etSearch"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@id/ibUnflagged"
|
|
|
|
|
app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
|
@ -541,7 +540,6 @@
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_filter_out_unflagged"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
android:tag="inset"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/etSearch"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/ibSnoozed"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ibSeen"
|
|
|
|
@ -556,7 +554,6 @@
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_filter_out_snoozed"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
android:tag="inset"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/etSearch"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ibUnflagged"
|
|
|
|
@ -592,7 +589,6 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
android:background="?attr/colorPrimary"
|
|
|
|
|
android:tag="inset"
|
|
|
|
|
app:itemIconTint="@color/action_foreground"
|
|
|
|
|
app:itemTextColor="@color/action_foreground"
|
|
|
|
|
app:labelVisibilityMode="unlabeled"
|
|
|
|
@ -1023,7 +1019,6 @@
|
|
|
|
|
android:layout_gravity="center_horizontal|bottom"
|
|
|
|
|
android:layout_marginBottom="45dp"
|
|
|
|
|
android:contentDescription="@string/title_setup_error"
|
|
|
|
|
android:tag="inset"
|
|
|
|
|
android:tooltipText="@string/title_setup_error"
|
|
|
|
|
app:backgroundTint="?attr/colorWarning"
|
|
|
|
|
app:srcCompat="@drawable/twotone_warning_24"
|
|
|
|
|