Skip to content

Commit

Permalink
Make the dropdowns tall enough to be proper touch targets
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed May 21, 2024
1 parent 127d512 commit 3412408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/debug_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Spinner
android:id="@+id/area_popup"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="48dp"
android:contentDescription="@string/choose_area"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand All @@ -40,7 +40,7 @@
<Spinner
android:id="@+id/zone_popup"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="48dp"
android:contentDescription="@string/choose_zone"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit 3412408

Please sign in to comment.