[android] make bottom sheet menu title 3 lines max

Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
Arnaud Vergnet 2022-07-02 11:40:31 +02:00 committed by Alexander Borsuk
parent b45ccb640d
commit 3d1a2f65ad

View file

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