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

@ -11,15 +11,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:maxLines="1"
android:singleLine="true"
android:paddingStart="20dp"
android:paddingTop="12dp"
android:paddingEnd="12dp"
android:paddingBottom="4dp"
android:scrollHorizontally="true"
android:text="@string/label_placeholder"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@ -32,10 +28,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:maxLines="1"
android:singleLine="true"
android:paddingStart="20dp"
android:paddingEnd="12dp"
android:paddingBottom="12dp"