lets allow 3 lines at weekly view events
This commit is contained in:
parent
6658542236
commit
61152a6817
|
@ -4,7 +4,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2"
|
||||
android:maxLines="3"
|
||||
android:paddingLeft="@dimen/tiny_margin"
|
||||
android:paddingRight="@dimen/tiny_margin"
|
||||
android:textColor="@android:color/white"
|
||||
|
|
Loading…
Reference in New Issue