forked from organicmaps/organicmaps
[android] make bottom sheet menu title 3 lines max
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
parent
b45ccb640d
commit
3d1a2f65ad
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
android:layout_marginTop="@dimen/margin_base"
|
||||
android:layout_marginBottom="@dimen/margin_base"
|
||||
android:layout_marginStart="@dimen/margin_base"
|
||||
android:maxLines="3"
|
||||
android:ellipsize="end"
|
||||
android:textAppearance="?fontHeadline6"
|
||||
tools:text="Title" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue