Prevent nav menu scrolling

This commit is contained in:
M66B 2021-08-11 13:47:03 +02:00
parent afa83dea10
commit 90be254f97
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="false">
android:animateLayoutChanges="false"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
<ImageButton
android:id="@+id/ibExpanderNav"