Names no longer ellipsize unnecessarily on account pages.
This commit is contained in:
parent
093d208b8c
commit
355c85b8d8
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toRightOf="@id/account_avatar">
|
||||
android:layout_toRightOf="@id/account_avatar"
|
||||
android:layout_alignParentRight="true">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue