Skip to content

Commit f5200d5

Browse files
fix: Width of Rank has been increased so that it can accommodate ranks above 3 digits. (commons-app#4695)
1 parent 5535353 commit f5200d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
style="?android:textAppearanceMedium"
1616
android:gravity="center_vertical|center_horizontal"
1717
android:layout_width="0dp"
18-
android:layout_weight="0.1"
18+
android:layout_weight="0.15"
1919
android:layout_height="match_parent"
2020
android:maxLines="1"
2121
android:inputType="text"
@@ -39,7 +39,7 @@
3939
style="?android:textAppearanceMedium"
4040
android:gravity="center_vertical|start"
4141
android:layout_width="0dp"
42-
android:layout_weight="0.6"
42+
android:layout_weight="0.55"
4343
android:layout_height="match_parent"/>
4444

4545
<TextView

0 commit comments

Comments
 (0)