mirror of https://github.com/M66B/FairEmail.git
Prevent focus within nav menu
This commit is contained in:
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…
Reference in New Issue