diff options
author | pachecosf <austinwim@gmail.com> | 2019-01-16 18:26:42 -0800 |
---|---|---|
committer | pachecosf <austinwim@gmail.com> | 2019-01-16 18:26:42 -0800 |
commit | 5d3e3687f9098986aec73a28dd40cb3ae12e95ed (patch) | |
tree | b59b5bdc825283bcaf3747c929be260c6f9223eb /app | |
parent | 1c9b4be17aa06689076be0f2fac8cb14a09fd839 (diff) | |
download | AntennaPod-5d3e3687f9098986aec73a28dd40cb3ae12e95ed.zip |
Adding some highlighting of drawer items
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/nav_listitem.xml | 3 |
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" |