summaryrefslogtreecommitdiffstats
path: root/res/layout/setup_loading_page.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/setup_loading_page.xml')
-rw-r--r--res/layout/setup_loading_page.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/res/layout/setup_loading_page.xml b/res/layout/setup_loading_page.xml
index 388095e..c65bbbf 100644
--- a/res/layout/setup_loading_page.xml
+++ b/res/layout/setup_loading_page.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The CyanogenMod Project
+ Copyright (C) 2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -19,14 +20,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <include layout="@layout/header" />
+ <include layout="@layout/header_condensed" />
<ProgressBar
android:id="@+id/progressBar1"
style="?android:attr/progressBarStyleHorizontal"
android:indeterminateOnly="true"
android:layout_width="match_parent"
- android:layout_height="8dp" />
+ android:layout_height="8dp"
+ android:paddingStart="0dp"
+ android:paddingEnd="0dp" />
<FrameLayout android:id="@+id/page"
android:layout_width="match_parent"
@@ -34,7 +37,3 @@
android:layout_weight="1"
style="@style/PageContent"/>
</LinearLayout>
-
-
-
-