From 36ef3125a11fca2a2eb1ffd0e9942cc900dc0d22 Mon Sep 17 00:00:00 2001 From: Matte23 Date: Sun, 1 Nov 2020 19:48:15 +0100 Subject: [PATCH] Fix school selection spinner impossible to close --- app/src/main/res/layout/fragment_school_selection.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_school_selection.xml b/app/src/main/res/layout/fragment_school_selection.xml index 8496003..a38b6c6 100644 --- a/app/src/main/res/layout/fragment_school_selection.xml +++ b/app/src/main/res/layout/fragment_school_selection.xml @@ -5,7 +5,10 @@ android:layout_height="match_parent" android:paddingTop="@dimen/appintro_statusbar_height" android:paddingBottom="@dimen/appintro2_bottombar_height" - android:background="@color/colorPrimary"> + android:background="@color/colorPrimary" + android:descendantFocusability="beforeDescendants" + android:focusable="true" + android:focusableInTouchMode="true">