aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorSize432015-06-10 21:22:16 +0200
committerSize432015-06-10 21:22:16 +0200
commit1fa2fca7e8cc32c30f159badaedd2d43f9fe802e (patch)
tree3ca9d005e0b6bc80ce222c14309f40713a6315fe /app/src/main/res/layout
parentMerge branch 'master' of http://github.com/camilstaps/RSSin (diff)
Highlighting hamburger menu items
Diffstat (limited to 'app/src/main/res/layout')
-rwxr-xr-xapp/src/main/res/layout/item_navigation_drawer.xml2
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"