style: Center subtitle text in empty_download_layout in fragment_download.xml when there is more than one line (#78)

This commit is contained in:
eddyizm 2025-08-31 12:36:15 -07:00 committed by GitHub
commit 81726baa08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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" />