From 3c7d5a21a9a68b4850c6e1e9de4f86ff9e8f35b8 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 26 Oct 2019 20:18:51 +0200 Subject: [PATCH] navigation_drawer.xml: Remove 'clickable' from top-level drawer. --- oeffi/res/layout/navigation_drawer.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/oeffi/res/layout/navigation_drawer.xml b/oeffi/res/layout/navigation_drawer.xml index 7b856c2..7075595 100644 --- a/oeffi/res/layout/navigation_drawer.xml +++ b/oeffi/res/layout/navigation_drawer.xml @@ -4,7 +4,6 @@ android:layout_height="match_parent" android:layout_gravity="left" android:background="@android:color/white" - android:clickable="true" android:orientation="vertical" >