limiting title to avoid overlapping with close icon

This commit is contained in:
Adam Brown 2021-12-02 10:09:31 +00:00
parent 0150d830d4
commit f3f28f3989
1 changed files with 1 additions and 1 deletions

View File

@ -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"