@@ -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"/>
@@ -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: