diff --git a/app/src/main/res/layout/include_nav.xml b/app/src/main/res/layout/include_nav.xml index 6487f7fd1c..ec6c464a5e 100644 --- a/app/src/main/res/layout/include_nav.xml +++ b/app/src/main/res/layout/include_nav.xml @@ -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">