From 5257af90bc4365e37bc163a4a1d7a8ef0046ab4a Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 12 Aug 2015 18:48:33 +0200 Subject: [PATCH] fixed username to be single line and ellipsized in case of lang names --- res/layout/drawer.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.11.0