mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-06 07:29:10 +00:00
Fix school selection spinner impossible to close
This commit is contained in:
@@ -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">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/school_selection_title"
|
||||
|
||||
Reference in New Issue
Block a user