mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
- Leaderboard ranking text fixed to show rank in one line only (#4294)
This commit is contained in:
parent
d766d6f399
commit
d46fe3f271
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@
|
|||
android:gravity="center_vertical|center_horizontal"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="0.1"
|
||||
android:layout_height="match_parent"/>
|
||||
android:layout_height="match_parent"
|
||||
android:maxLines="1"
|
||||
android:inputType="text"
|
||||
/>
|
||||
|
||||
<com.facebook.drawee.view.SimpleDraweeView
|
||||
android:id="@+id/user_avatar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue