fix(event-card): Allow wrapping event title up to 2 lines
This commit is contained in:
parent
a4ddb2709d
commit
5abe270b46
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue