fix(event-card): Allow wrapping event title up to 2 lines

This commit is contained in:
Peter Vacho 2024-12-31 14:15:12 +01:00
parent a4ddb2709d
commit 5abe270b46
Signed by: school
GPG key ID: 8CFC3837052871B4

View file

@ -49,7 +49,7 @@
android:textStyle="bold"
android:textColor="?android:attr/textColorPrimary"
android:ellipsize="end"
android:maxLines="1"
android:maxLines="2"
tools:text="Event Title" />
<!-- Edit Button -->