From b142b649e0fc75f6c97bdb9f883f96d36fb99ddd Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 2 May 2020 20:43:28 -0400 Subject: [PATCH] Removing background on selectable items Since the background behind them match --- app/src/main/res/drawable/list_item_selector.xml | 2 +- app/src/main/res/layout/source_item.xml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/drawable/list_item_selector.xml b/app/src/main/res/drawable/list_item_selector.xml index 8f92da27e8..a35650003e 100644 --- a/app/src/main/res/drawable/list_item_selector.xml +++ b/app/src/main/res/drawable/list_item_selector.xml @@ -15,7 +15,7 @@ - + diff --git a/app/src/main/res/layout/source_item.xml b/app/src/main/res/layout/source_item.xml index 6641dd7df5..33f7e0d9ec 100644 --- a/app/src/main/res/layout/source_item.xml +++ b/app/src/main/res/layout/source_item.xml @@ -10,7 +10,6 @@ android:id="@+id/right_view" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/red_error" android:visibility="gone"> + android:layout_height="match_parent">