mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
fixed username to be single line and ellipsized in case of lang names
This commit is contained in:
parent
dde5e5575c
commit
5257af90bc
1 changed files with 5 additions and 1 deletions
|
@ -93,7 +93,11 @@
|
|||
android:text="@string/app_name"
|
||||
android:textColor="#FFF"
|
||||
android:paddingLeft="16dp"
|
||||
android:textSize="24sp" />
|
||||
android:paddingRight="16dp"
|
||||
android:textSize="24sp"
|
||||
android:ellipsize="end"
|
||||
android:singleLine="true"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
</merge>
|
Loading…
Reference in a new issue