Renamed some ids

This commit is contained in:
antonio 2022-03-25 22:33:51 +01:00
parent ebcc7cb37f
commit 9453ea6ba7

View file

@ -48,7 +48,7 @@
android:orientation="vertical"> android:orientation="vertical">
<ImageView <ImageView
android:id="@+id/empty_download_img" android:id="@+id/empty_description_image_view"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:adjustViewBounds="true" android:adjustViewBounds="true"
@ -58,7 +58,7 @@
android:src="@drawable/ui_empty_list" /> android:src="@drawable/ui_empty_list" />
<TextView <TextView
android:id="@+id/title_download_screen" android:id="@+id/title_empty_description_label"
style="@style/LabelMedium" style="@style/LabelMedium"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -66,7 +66,7 @@
android:text="@string/download_info_empty_title" /> android:text="@string/download_info_empty_title" />
<TextView <TextView
android:id="@+id/subtitle_download_screen" android:id="@+id/subtitle_empty_description_label"
style="@style/LabelSmall" style="@style/LabelSmall"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"