mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-24 19:04:38 -06:00
[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:id="@+id/eventTitle"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:ellipsize="end"
|
||||||
|
android:maxLines="3"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
tools:text="sprawdzian - Język polski" />
|
tools:text="sprawdzian - Język polski" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user