style: center subtitle text in empty_download_layout in fragment_download.xml when there is more than one line
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user