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" />