mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
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:
commit
81726baa08
1 changed files with 2 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue