|
|
|
@ -210,7 +210,7 @@
|
|
|
|
|
android:id="@+id/ibDown"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_scroll_down"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/sbThread"
|
|
|
|
@ -224,7 +224,7 @@
|
|
|
|
|
android:id="@+id/ibUp"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_scroll_up"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/sbThread"
|
|
|
|
@ -238,7 +238,7 @@
|
|
|
|
|
android:id="@+id/ibOutbox"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_folder_outbox"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/etSearch"
|
|
|
|
@ -276,7 +276,7 @@
|
|
|
|
|
android:id="@+id/ibSeen"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_filter_out_seen"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/etSearch"
|
|
|
|
@ -290,7 +290,7 @@
|
|
|
|
|
android:id="@+id/ibUnflagged"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_filter_out_unflagged"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/etSearch"
|
|
|
|
@ -303,7 +303,7 @@
|
|
|
|
|
android:id="@+id/ibSnoozed"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_accessibility_filter_out_snoozed"
|
|
|
|
|
android:padding="12dp"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/etSearch"
|
|
|
|
|