style: center subtitle text in empty_download_layout in fragment_download.xml when there is more than one line

This commit is contained in:
Jaime García 2025-08-31 17:05:27 +02:00
parent cc61d1cd48
commit 4f1b1b603e
No known key found for this signature in database
GPG key ID: BC4E5F71A71BDA5B

View file

@ -49,8 +49,9 @@
<TextView
android:id="@+id/subtitle_empty_description_label"
style="@style/LabelSmall"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:paddingStart="56dp"
android:paddingEnd="56dp"
android:text="@string/download_info_empty_subtitle" />