summaryrefslogtreecommitdiffstats
path: root/res/layout/progress.xml
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-08-18 17:34:19 +0100
committerAlexandra Gherghina <alexgherghina@google.com>2014-08-20 15:41:40 +0100
commit973c9d3d6890d10c78015e5456dcf6f426a4481a (patch)
tree18c1f68df3034c58a57ee881134c6791ffe7a729 /res/layout/progress.xml
parent67efd63ed058de554afe326a46d13c9a549ce8a1 (diff)
downloadandroid_packages_apps_ManagedProvisioning-973c9d3d6890d10c78015e5456dcf6f426a4481a.tar.gz
android_packages_apps_ManagedProvisioning-973c9d3d6890d10c78015e5456dcf6f426a4481a.tar.bz2
android_packages_apps_ManagedProvisioning-973c9d3d6890d10c78015e5456dcf6f426a4481a.zip
Adapt layouts in Managed Provisioning UI to mocks
Adds tablet layouts, and landscape mode for phone Bug: 15988051 Change-Id: I4eacca4a2ebbc5e126b5c6c7f5e30be4615a3d99
Diffstat (limited to 'res/layout/progress.xml')
-rw-r--r--res/layout/progress.xml15
1 files changed, 4 insertions, 11 deletions
diff --git a/res/layout/progress.xml b/res/layout/progress.xml
index 966e5ed3..802bdab9 100644
--- a/res/layout/progress.xml
+++ b/res/layout/progress.xml
@@ -21,21 +21,14 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
- <ImageView
- style="@style/SetupWorkSpaceHeader"/>
- <TextView
- android:id="@+id/title"
- style="@style/SetupWorkSpaceTitle"/>
+ <include layout="@layout/header_and_title"/>
<LinearLayout
- style="@style/SetupWorkSpaceTextContainer">
+ style="@style/MainTextContainer">
<ProgressBar
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:indeterminate="true"
- android:paddingTop="24dp"/>
+ style="@style/ProgressBar"/>
<TextView
android:id="@+id/prog_text"
android:gravity="center_horizontal"
- style="@style/SetupWorkSpaceMainText"/>
+ style="@style/MainText"/>
</LinearLayout>
</LinearLayout>