fixed username to be single line and ellipsized in case of lang names
authorAndy Scherzinger <info@andy-scherzinger.de>
Wed, 12 Aug 2015 16:48:33 +0000 (18:48 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Wed, 12 Aug 2015 16:48:33 +0000 (18:48 +0200)
res/layout/drawer.xml

index 86b64be..cf68f44 100644 (file)
                 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