From 51b8af4606f5d6fcf668ed0cbf811cbbf012ee6b Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 12 Oct 2022 20:16:35 +0200 Subject: [PATCH] use rounded ripples --- app/src/main/res/drawable/rounded_ripple.xml | 10 ++++++++++ app/src/main/res/layout/comments_row.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/drawable/rounded_ripple.xml diff --git a/app/src/main/res/drawable/rounded_ripple.xml b/app/src/main/res/drawable/rounded_ripple.xml new file mode 100644 index 000000000..59a9bc04b --- /dev/null +++ b/app/src/main/res/drawable/rounded_ripple.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/comments_row.xml b/app/src/main/res/layout/comments_row.xml index 028618e4e..68a0498f4 100644 --- a/app/src/main/res/layout/comments_row.xml +++ b/app/src/main/res/layout/comments_row.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?android:attr/selectableItemBackground"> + android:background="@drawable/rounded_ripple">