diff --git a/android/res/layout/activity_download_resources.xml b/android/res/layout/activity_download_resources.xml index 27c37f1f1a..e0460ba76e 100644 --- a/android/res/layout/activity_download_resources.xml +++ b/android/res/layout/activity_download_resources.xml @@ -1,62 +1,63 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent"> + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:gravity="center_horizontal" + android:orientation="vertical"> + android:id="@+id/tv__download_message" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/margin_base_plus" + android:drawableLeft="@drawable/ic_launcher" + android:drawablePadding="@dimen/margin_base" + android:drawableStart="@drawable/ic_launcher" + android:padding="@dimen/margin_half" + android:textAppearance="@style/MwmTextAppearance.Body2" + tools:text="@string/download_resources"/> + android:id="@+id/pb__download_resources" + style="@style/Widget.AppCompat.ProgressBar.Horizontal" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/margin_base_plus" + android:indeterminate="false" + android:minWidth="200dp"/>