blob: 5cecf58287f42c5012fa0991adff6f8a7e49318b [file] [log] [blame]
Tiago Costa198bf3d2014-12-16 15:23:18 +00001<merge xmlns:android="http://schemas.android.com/apk/res/android" >
2
3 <LinearLayout
4 android:id="@+id/version_downloading_group"
5 android:layout_width="match_parent"
6 android:layout_height="wrap_content"
7 android:layout_weight="1"
8 android:background="@color/pink"
9 android:gravity="center_horizontal"
10 android:orientation="vertical"
11 android:visibility="gone" >
12
13 <TextView
14 style="@style/TextBold16White"
15 android:layout_width="wrap_content"
16 android:layout_height="wrap_content"
17 android:text="@string/download_started" />
18
19 <TextView
Pedro Arelo73fb8992015-02-10 18:18:19 +000020 style="@style/TextRegular14White"
Tiago Costa198bf3d2014-12-16 15:23:18 +000021 android:layout_width="wrap_content"
22 android:layout_height="wrap_content"
23 android:layout_marginTop="@dimen/main_small_text_margin_top"
24 android:gravity="center_horizontal"
25 android:text="@string/os_update_has_started_message" />
26
27 <TextView
Pedro Arelo73fb8992015-02-10 18:18:19 +000028 style="@style/TextRegular14White"
Tiago Costa198bf3d2014-12-16 15:23:18 +000029 android:layout_width="wrap_content"
30 android:layout_height="wrap_content"
31 android:layout_marginTop="@dimen/main_small_text_margin_top"
32 android:text="@string/please_be_patient" />
33
34 <ProgressBar
35 android:id="@+id/version_download_progress_bar"
36 style="@style/ProgressBar"
37 android:layout_width="match_parent"
38 android:layout_height="4dp"
39 android:layout_marginTop="@dimen/main_button_margin_top" />
40 </LinearLayout>
41
42</merge>