Prevent focus within nav menu

This commit is contained in:
M66B 2022-04-18 14:45:46 +02:00
parent 99f3c224af
commit 45acd2937a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="false"
android:descendantFocusability="beforeDescendants"
android:descendantFocusability="blocksDescendants"
android:focusable="true"
android:focusableInTouchMode="true">