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

@ -19,10 +19,10 @@
style="@style/LabelMedium"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="2"
android:ellipsize="marquee"
android:paddingTop="8dp"
android:singleLine="false"
android:scrollHorizontally="true"
android:singleLine="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/album_cover_image_view" />
@ -32,8 +32,8 @@
style="@style/LabelSmall"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="1"
android:ellipsize="marquee"
android:singleLine="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/album_name_label" />