0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

ellipsize the deck name if too lengthy

This commit is contained in:
Ashish Yadav 2023-05-31 02:52:58 +05:30 committed by Brayan Oliveira
parent ddce7e40de
commit 4bf2084191

View File

@ -56,6 +56,7 @@
android:background="@color/transparent"
android:gravity="start|center_vertical"
android:maxLines="2"
android:ellipsize="end"
android:textColor="?android:textColorPrimary"
android:textSize="20sp"
android:textStyle="bold"