From 5b34f19f54d300b64bd106a4f98c20efe01d8a92 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 29 Aug 2021 22:48:31 +0200 Subject: [PATCH] Borderless ripple for list action buttons --- app/src/main/res/layout/fragment_messages.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index 069be02dec..b234a2b6fd 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -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"