Fix issue #536 - Set as single line

This commit is contained in:
Thomas 2022-11-25 09:22:44 +01:00
parent 6acf279023
commit 39f5a83105
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
android:layout_marginStart="6dp"
android:layout_weight="1"
android:ellipsize="end"
android:maxLines="1"
android:singleLine="true"
tools:text="@tools:sample/full_names" />
<androidx.appcompat.widget.AppCompatImageView