diff options
author | Size43 | 2015-06-10 21:22:16 +0200 |
---|---|---|
committer | Size43 | 2015-06-10 21:22:16 +0200 |
commit | 1fa2fca7e8cc32c30f159badaedd2d43f9fe802e (patch) | |
tree | 3ca9d005e0b6bc80ce222c14309f40713a6315fe /app/src/main/res/layout | |
parent | Merge branch 'master' of http://github.com/camilstaps/RSSin (diff) |
Highlighting hamburger menu items
Diffstat (limited to 'app/src/main/res/layout')
-rwxr-xr-x | app/src/main/res/layout/item_navigation_drawer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_navigation_drawer.xml b/app/src/main/res/layout/item_navigation_drawer.xml index e1e996c..6185af8 100755 --- a/app/src/main/res/layout/item_navigation_drawer.xml +++ b/app/src/main/res/layout/item_navigation_drawer.xml @@ -25,7 +25,7 @@ android:layout_alignParentLeft="true"
android:orientation="vertical"
android:layout_marginTop="0dp"
- android:background="@drawable/navigation_drawer_item_selector">
+ android:background="@drawable/menuitem">
<TextView
android:id="@+id/item_navigation_drawer_text"
|