[Agenda] Limit event text to 3 lines max.

This commit is contained in:
Kuba Szczodrzyński 2021-04-10 18:49:24 +02:00
parent 98bf4f3bdc
commit b14ef5cd78
No known key found for this signature in database
GPG Key ID: 70CB8A85BA1633CB

View File

@ -22,6 +22,8 @@
android:id="@+id/eventTitle"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:ellipsize="end"
android:maxLines="3"
android:textSize="16sp"
tools:text="sprawdzian - Język polski" />