summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorFup Duck <fupduck@sacknagel.com>2018-02-08 17:02:01 +0100
committerFup Duck <fupduck@sacknagel.com>2018-02-08 17:02:01 +0100
commit421cecca3c0509d8ce7615054352a12b86ad70ab (patch)
tree425f2cce452ee4e24ea3ab51ce845738a05ed13e /app/src/main/res/layout
parentae938c20a11b6195936f97eebd32abd35335bceb (diff)
8833 - consume click in drawer
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/drawer_main.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/drawer_main.xml b/app/src/main/res/layout/drawer_main.xml
index 41498617..26267bbb 100644
--- a/app/src/main/res/layout/drawer_main.xml
+++ b/app/src/main/res/layout/drawer_main.xml
@@ -5,7 +5,9 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/colorBackground"
- tools:context="se.leap.bitmaskclient.drawer.NavigationDrawerFragment">
+ tools:context="se.leap.bitmaskclient.drawer.NavigationDrawerFragment"
+ android:clickable="true"
+ android:focusable="true">
<FrameLayout
android:layout_width="match_parent"