fix username cut off when emoji in name

This commit is contained in:
Kasun 2019-07-12 07:43:59 +05:30
parent 0affe452c7
commit 75b5d01dec
2 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="5dp"
android:layout_marginLeft="5dp"
android:layout_gravity="center_vertical"
android:layout_weight="1"
android:ellipsize="end"
android:maxLines="1"

View File

@ -190,6 +190,7 @@
android:ellipsize="end"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_gravity="center_vertical"
android:id="@+id/status_account_username"
android:layout_height="wrap_content" />
<TextView