- Leaderboard ranking text fixed to show rank in one line only (#4294)

This commit is contained in:
Ankit Bhardwaj 2021-03-15 17:45:11 +05:30 committed by GitHub
parent d766d6f399
commit d46fe3f271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"