Prevent focus within nav menu

pull/207/head
M66B 2 years ago
parent 99f3c224af
commit 45acd2937a

@ -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">

Loading…
Cancel
Save