diff options
author | cyBerta <cyberta@riseup.net> | 2017-11-09 17:07:02 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-11-09 17:39:19 +0100 |
commit | 35bcd6195f09c785c7a03bab799c58bf2a5dd591 (patch) | |
tree | 9f9e3b8664dbff634c74a36abc34ce1840873c25 /app/src/main/res/layout/dashboard.xml | |
parent | d7f5c4211ed81dde5c3bb94d54e88e805d576ca9 (diff) |
8784 fix major tablet layout issues on dashboard, add new user icon that complies with the other icons - foreground white, background transparent
Diffstat (limited to 'app/src/main/res/layout/dashboard.xml')
-rw-r--r-- | app/src/main/res/layout/dashboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/dashboard.xml b/app/src/main/res/layout/dashboard.xml index 6a9bbe97..1b294fb1 100644 --- a/app/src/main/res/layout/dashboard.xml +++ b/app/src/main/res/layout/dashboard.xml @@ -15,7 +15,7 @@ android:textSize="26sp" android:ellipsize="marquee" android:gravity="center_vertical" - android:singleLine="true" + android:maxLines="1" android:text="@string/provider_label_none" android:textAppearance="?android:attr/textAppearanceMedium" /> |