Single line text in almost all adapters

This commit is contained in:
antonio 2022-03-23 21:47:08 +01:00
parent 0be7f07b83
commit 2d04ab4c46
28 changed files with 50 additions and 106 deletions

View file

@ -30,7 +30,6 @@
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="2"
android:singleLine="false"
android:paddingStart="12dp"
android:paddingEnd="16dp"
android:text="@string/label_placeholder"
@ -48,7 +47,6 @@
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="2"
android:singleLine="false"
android:paddingStart="12dp"
android:paddingEnd="16dp"
android:text="@string/label_placeholder"
@ -75,7 +73,6 @@
android:maxLines="2"
android:paddingStart="12dp"
android:paddingEnd="12dp"
android:singleLine="false"
android:text="@string/label_placeholder"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"