mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 06:42:06 +00:00
Renamed some ids
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/empty_download_img"
|
||||
android:id="@+id/empty_description_image_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:adjustViewBounds="true"
|
||||
@@ -58,7 +58,7 @@
|
||||
android:src="@drawable/ui_empty_list" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title_download_screen"
|
||||
android:id="@+id/title_empty_description_label"
|
||||
style="@style/LabelMedium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -66,7 +66,7 @@
|
||||
android:text="@string/download_info_empty_title" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/subtitle_download_screen"
|
||||
android:id="@+id/subtitle_empty_description_label"
|
||||
style="@style/LabelSmall"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user