summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorpachecosf <austinwim@gmail.com>2019-01-22 21:37:11 -0800
committerpachecosf <austinwim@gmail.com>2019-01-22 21:37:11 -0800
commit8cb4cb16a5a32867a9cf14acc334ee597ebd8d0b (patch)
tree055a1a4d8b0d7e67713d65df972622767714d35f /app/src/main/res
parent4388c5a92fe573bfad01c8caa7e5ccc81d91180b (diff)
downloadAntennaPod-8cb4cb16a5a32867a9cf14acc334ee597ebd8d0b.zip
fixed placing of the attr into nav_feedlistitem
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/feeditemlist_item.xml1
-rw-r--r--app/src/main/res/layout/nav_feedlistitem.xml4
2 files changed, 3 insertions, 2 deletions
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">
<RelativeLayout
diff --git a/app/src/main/res/layout/nav_feedlistitem.xml b/app/src/main/res/layout/nav_feedlistitem.xml
index 9f19157fc..bc13abd5f 100644
--- a/app/src/main/res/layout/nav_feedlistitem.xml
+++ b/app/src/main/res/layout/nav_feedlistitem.xml
@@ -5,7 +5,9 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="@dimen/listitem_iconwithtext_height"
- tools:background="@android:color/darker_gray">
+ tools:background="@android:color/darker_gray"
+ android:foreground="?attr/selectableItemBackground"
+ >
<ImageView
android:id="@+id/imgvCover"