From 9ce8c5c1607062e00c16c86681425e572a3d8cf9 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 26 Sep 2020 18:33:39 -0400 Subject: [PATCH] Use background color for list view --- app/src/main/res/layout/source_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/source_list_item.xml b/app/src/main/res/layout/source_list_item.xml index 617748ed9..fe65bfa20 100644 --- a/app/src/main/res/layout/source_list_item.xml +++ b/app/src/main/res/layout/source_list_item.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/material_component_lists_single_line_with_avatar_height" android:layout_gravity="center_vertical" - android:background="@drawable/list_item_selector" + android:background="@drawable/list_item_selector_background" android:paddingStart="8dp" android:paddingEnd="8dp" tools:layout_editor_absoluteX="0dp"