From 45acd2937ac9bdf089e167c0439bf1039552f775 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 18 Apr 2022 14:45:46 +0200 Subject: [PATCH] Prevent focus within nav menu --- app/src/main/res/layout/include_nav.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/include_nav.xml b/app/src/main/res/layout/include_nav.xml index 53329c6f0a..c23717693f 100644 --- a/app/src/main/res/layout/include_nav.xml +++ b/app/src/main/res/layout/include_nav.xml @@ -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">