Browse Source

fixed username to be single line and ellipsized in case of lang names

Andy Scherzinger 9 years ago
parent
commit
5257af90bc
1 changed files with 5 additions and 1 deletions
  1. 5 1
      res/layout/drawer.xml

+ 5 - 1
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"
+                />
         </LinearLayout>
     </RelativeLayout>
 </merge>