Skip to content

Commit 01531de

Browse files
Fixed commons-app#3910 Truncated Spinners (commons-app#3911)
Wonderful, it works great in all screen sizes :-)
1 parent eb816b4 commit 01531de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/fragment_leaderboard.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
app:layout_constraintTop_toTopOf="parent">
1919

2020
<Spinner
21-
android:layout_marginStart="50dp"
21+
android:layout_marginStart="20dp"
2222
android:id="@+id/duration_spinner"
2323
android:layout_width="match_parent"
2424
android:layout_weight="0.5"
2525
android:layout_height="match_parent" />
2626

2727
<Spinner
28-
android:layout_marginEnd="50dp"
28+
android:layout_marginEnd="20dp"
2929
android:id="@+id/category_spinner"
3030
android:layout_width="match_parent"
3131
android:layout_weight="0.5"

0 commit comments

Comments
 (0)