mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
style: center subtitle text in empty_download_layout in fragment_download.xml when there is more than one line
This commit is contained in:
parent
cc61d1cd48
commit
4f1b1b603e
1 changed files with 2 additions and 1 deletions
|
|
@ -49,8 +49,9 @@
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/subtitle_empty_description_label"
|
android:id="@+id/subtitle_empty_description_label"
|
||||||
style="@style/LabelSmall"
|
style="@style/LabelSmall"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:gravity="center_horizontal"
|
||||||
android:paddingStart="56dp"
|
android:paddingStart="56dp"
|
||||||
android:paddingEnd="56dp"
|
android:paddingEnd="56dp"
|
||||||
android:text="@string/download_info_empty_subtitle" />
|
android:text="@string/download_info_empty_subtitle" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue