From: Andy Scherzinger Date: Wed, 12 Aug 2015 16:48:33 +0000 (+0200) Subject: fixed username to be single line and ellipsized in case of lang names X-Git-Tag: oc-android-1.8~42^2~21 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/5257af90bc4365e37bc163a4a1d7a8ef0046ab4a?hp=--cc fixed username to be single line and ellipsized in case of lang names --- 5257af90bc4365e37bc163a4a1d7a8ef0046ab4a diff --git a/res/layout/drawer.xml b/res/layout/drawer.xml index 86b64be6..cf68f44e 100644 --- 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:textSize="24sp" /> + android:paddingRight="16dp" + android:textSize="24sp" + android:ellipsize="end" + android:singleLine="true" + /> \ No newline at end of file