From 8cb4cb16a5a32867a9cf14acc334ee597ebd8d0b Mon Sep 17 00:00:00 2001 From: pachecosf Date: Tue, 22 Jan 2019 21:37:11 -0800 Subject: fixed placing of the attr into nav_feedlistitem --- app/src/main/res/layout/feeditemlist_item.xml | 1 - app/src/main/res/layout/nav_feedlistitem.xml | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml index 8ea23bc38..adf0748eb 100644 --- a/app/src/main/res/layout/feeditemlist_item.xml +++ b/app/src/main/res/layout/feeditemlist_item.xml @@ -7,7 +7,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:foreground="?attr/selectableItemBackground" tools:background="@android:color/darker_gray"> + tools:background="@android:color/darker_gray" + android:foreground="?attr/selectableItemBackground" + >