|
30 | 30 | android:id="@+id/progressWheel" |
31 | 31 | android:layout_width="wrap_content" |
32 | 32 | android:layout_height="wrap_content" |
33 | | - android:layout_centerInParent="true" |
34 | 33 | android:indeterminate="true" |
35 | 34 | android:indeterminateOnly="true" |
36 | 35 | app:layout_constraintBottom_toBottomOf="parent" |
37 | 36 | app:layout_constraintLeft_toLeftOf="parent" |
38 | 37 | app:layout_constraintRight_toRightOf="parent" |
39 | 38 | app:layout_constraintTop_toTopOf="parent" /> |
40 | 39 |
|
41 | | - <androidx.constraintlayout.widget.Guideline |
42 | | - android:id="@+id/horizontal_guideline_50_percent" |
43 | | - android:layout_width="wrap_content" |
44 | | - android:layout_height="wrap_content" |
45 | | - android:orientation="horizontal" |
46 | | - app:layout_constraintGuide_percent="0.5" /> |
47 | | - |
48 | 40 | <ImageView |
49 | 41 | android:id="@+id/error_image" |
50 | 42 | android:layout_width="wrap_content" |
51 | 43 | android:layout_height="wrap_content" |
52 | | - android:layout_gravity="center_horizontal" |
53 | | - android:contentDescription="@string/downloader_download_failed_ticker" |
| 44 | + android:contentDescription="@string/downloader_preview_failed_ticker" |
54 | 45 | android:src="@drawable/image_fail" |
55 | | - app:layout_constraintBottom_toBottomOf="@id/horizontal_guideline_50_percent" |
56 | 46 | app:layout_constraintLeft_toLeftOf="parent" |
57 | 47 | app:layout_constraintRight_toRightOf="parent" |
58 | | - app:layout_constraintTop_toTopOf="@id/horizontal_guideline_50_percent" /> |
| 48 | + app:layout_constraintTop_toTopOf="parent" |
| 49 | + app:layout_constraintBottom_toBottomOf="parent"/> |
59 | 50 |
|
60 | 51 | <TextView |
61 | 52 | android:id="@+id/errorText" |
62 | 53 | android:layout_width="0dp" |
63 | 54 | android:layout_height="wrap_content" |
64 | 55 | android:layout_margin="40dp" |
65 | 56 | android:gravity="center" |
66 | | - android:text="@string/downloader_download_failed_ticker" |
| 57 | + android:text="@string/downloader_preview_failed_ticker" |
67 | 58 | android:textColor="@color/dark_background_text_color" |
68 | 59 | app:layout_constraintLeft_toLeftOf="parent" |
69 | 60 | app:layout_constraintRight_toRightOf="parent" |
|
94 | 85 | <include layout="@layout/top_progress_bar" /> |
95 | 86 |
|
96 | 87 | <androidx.constraintlayout.widget.Group |
| 88 | + tools:visibility="visible" |
97 | 89 | android:id="@+id/error_group" |
98 | 90 | android:layout_width="wrap_content" |
99 | 91 | android:layout_height="wrap_content" |
|
0 commit comments