mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
ellipsized superlong username in the dropdown list
This commit is contained in:
parent
cf158abbb6
commit
86dc83a96a
2 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue