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