mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
limiting title to avoid overlapping with close icon
This commit is contained in:
parent
0150d830d4
commit
f3f28f3989
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginEnd="@dimen/layout_touch_size"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2"
|
||||
android:textColor="?vctr_content_primary"
|
||||
|
|
Loading…
Reference in a new issue