forked from github/szkolny
[Agenda] Limit event text to 3 lines max.
This commit is contained in:
parent
98bf4f3bdc
commit
b14ef5cd78
@ -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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user