projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed username to be single line and ellipsized in case of lang names
[pub/Android/ownCloud.git]
/
res
/
layout
/
drawer.xml
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