Browse Source

ellipsized superlong username in the dropdown list

Andy Scherzinger 9 years ago
parent
commit
86dc83a96a
2 changed files with 5 additions and 0 deletions
  1. 1 0
      res/layout/drawer.xml
  2. 4 0
      res/values/styles.xml

+ 1 - 0
res/layout/drawer.xml

@@ -25,6 +25,7 @@
         android:layout_height="match_parent"
         android:layout_gravity="start"
         android:fitsSystemWindows="true"
+        app:theme="@style/NavigationView_ItemTextAppearance"
         app:headerLayout="@layout/drawer_header"
         app:menu="@menu/drawer_menu"/>
 

+ 4 - 0
res/values/styles.xml

@@ -165,6 +165,10 @@
 		<item name="android:textColor">@color/fab_white</item>
 	</style>
 
+	<style name="NavigationView_ItemTextAppearance">
+		<item name="android:ellipsize">end</item>
+	</style>
+
 	<!-- Button Bar hack due to Lollipop bug:
 		https://code.google.com/p/android/issues/detail?id=78302
 	fix see: