summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorpachecosf <austinwim@gmail.com>2019-01-16 20:51:54 -0800
committerpachecosf <austinwim@gmail.com>2019-01-16 20:51:54 -0800
commit43642a5e6bc8fb242994766eea1539f99cbc7442 (patch)
tree0a120ffb9070adf3a88bdff7632a4c1df0007df3 /app
parentf88462152409214c01a56f988b5b00aec93b7043 (diff)
downloadAntennaPod-43642a5e6bc8fb242994766eea1539f99cbc7442.zip
adding highlighting of drawer item functunality
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/nav_feedlistitem.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/nav_feedlistitem.xml b/app/src/main/res/layout/nav_feedlistitem.xml
index 9f19157fc..95696b2ce 100644
--- a/app/src/main/res/layout/nav_feedlistitem.xml
+++ b/app/src/main/res/layout/nav_feedlistitem.xml
@@ -5,7 +5,8 @@
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:background= "?attr/nav_drawer_list_selector">
<ImageView
android:id="@+id/imgvCover"