summaryrefslogtreecommitdiffstats
path: root/res/layout/progress.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/progress.xml')
-rw-r--r--res/layout/progress.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/layout/progress.xml b/res/layout/progress.xml
index cb08ada9..a011b787 100644
--- a/res/layout/progress.xml
+++ b/res/layout/progress.xml
@@ -16,13 +16,13 @@
* limitations under the License.
*/
-->
-<com.android.setupwizardlib.GlifLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@+id/setup_wizard_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <TextView
+<com.android.setupwizardlib.SetupWizardLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/setup_wizard_layout"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ <TextView
style="@style/MainTextContainer"
android:id="@+id/prog_text" />
-</com.android.setupwizardlib.GlifLayout>
+</com.android.setupwizardlib.SetupWizardLayout> \ No newline at end of file