Эх сурвалжийг харах

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

Andy Scherzinger 9 жил өмнө
parent
commit
5257af90bc
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  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>