mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
set ellipsize from end to middle in NavDrawer
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
android:id="@+id/boat_class"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:ellipsize="middle"
|
||||
android:maxLines="1"
|
||||
android:textAppearance="?attr/textNormal"
|
||||
tools:text="Extreme 40" />
|
||||
@@ -66,7 +66,7 @@
|
||||
android:id="@+id/fleet_series"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:ellipsize="middle"
|
||||
android:maxLines="2"
|
||||
android:textAppearance="?attr/textSmall"
|
||||
tools:text="Day 1\nYellow" />
|
||||
|
||||
Reference in New Issue
Block a user