summaryrefslogtreecommitdiffstats
path: root/res/layout/install_start.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/install_start.xml')
-rwxr-xr-xres/layout/install_start.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/layout/install_start.xml b/res/layout/install_start.xml
index 1ef0ab5d..d95daa64 100755
--- a/res/layout/install_start.xml
+++ b/res/layout/install_start.xml
@@ -14,14 +14,18 @@
limitations under the License.
-->
-<RelativeLayout
+<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<include
layout="@layout/app_details"
android:id="@+id/app_snippet"/>
-</RelativeLayout>
+ <include
+ layout="@layout/install_confirm"
+ android:id="@+id/install_confirm_panel"/>
+</LinearLayout>