From b180625636fe620d2379e1f82f40059a5962c6c0 Mon Sep 17 00:00:00 2001 From: aayush262 <99584765+aayush2622@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:45:21 +0530 Subject: [PATCH] . --- app/src/main/res/layout/item_chapter_list.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/item_chapter_list.xml b/app/src/main/res/layout/item_chapter_list.xml index 20c3bbe9..1cf2f099 100644 --- a/app/src/main/res/layout/item_chapter_list.xml +++ b/app/src/main/res/layout/item_chapter_list.xml @@ -17,7 +17,7 @@ @@ -42,7 +42,6 @@ android:layout_height="48dp" android:layout_marginEnd="5dp" android:background="?android:attr/selectableItemBackground" - android:contentDescription="@string/random_selection" app:tint="?attr/colorOnBackground" app:srcCompat="@drawable/ic_round_remove_red_eye_24" /> @@ -50,8 +49,8 @@ android:id="@+id/itemDownload" android:layout_width="24dp" android:layout_height="48dp" + android:layout_marginEnd="5dp" android:background="?android:attr/selectableItemBackground" - android:contentDescription="@string/sort_by" app:tint="?attr/colorOnBackground" app:srcCompat="@drawable/ic_round_download_24" />