summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorpachecosf <austinwim@gmail.com>2019-01-16 18:26:42 -0800
committerpachecosf <austinwim@gmail.com>2019-01-16 18:26:42 -0800
commit5d3e3687f9098986aec73a28dd40cb3ae12e95ed (patch)
treeb59b5bdc825283bcaf3747c929be260c6f9223eb /app
parent1c9b4be17aa06689076be0f2fac8cb14a09fd839 (diff)
downloadAntennaPod-5d3e3687f9098986aec73a28dd40cb3ae12e95ed.zip
Adding some highlighting of drawer items
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/nav_listitem.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/nav_listitem.xml b/app/src/main/res/layout/nav_listitem.xml
index c140533e6..d60165d85 100644
--- a/app/src/main/res/layout/nav_listitem.xml
+++ b/app/src/main/res/layout/nav_listitem.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"