projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dde5e55
)
fixed username to be single line and ellipsized in case of lang names
author
Andy Scherzinger
<info@andy-scherzinger.de>
Wed, 12 Aug 2015 16:48:33 +0000
(18:48 +0200)
committer
Andy Scherzinger
<info@andy-scherzinger.de>
Wed, 12 Aug 2015 16:48:33 +0000
(18:48 +0200)
res/layout/drawer.xml
patch
|
blob
|
blame
|
history
diff --git
a/res/layout/drawer.xml
b/res/layout/drawer.xml
index
86b64be
..
cf68f44
100644
(file)
--- a/
res/layout/drawer.xml
+++ b/
res/layout/drawer.xml
@@
-93,7
+93,11
@@
android:text="@string/app_name"
android:textColor="#FFF"
android:paddingLeft="16dp"
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>
\ No newline at end of file
</LinearLayout>
</RelativeLayout>
</merge>
\ No newline at end of file