navigation_drawer.xml: Remove 'clickable' from top-level drawer.

This commit is contained in:
Andreas Schildbach 2019-10-26 20:18:51 +02:00
parent b31b356f04
commit 3c7d5a21a9

View file

@ -4,7 +4,6 @@
android:layout_height="match_parent"
android:layout_gravity="left"
android:background="@android:color/white"
android:clickable="true"
android:orientation="vertical" >
<androidx.recyclerview.widget.RecyclerView