summaryrefslogtreecommitdiffstats
path: root/res/layout-land/setup_welcome_page.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/setup_welcome_page.xml')
-rw-r--r--res/layout-land/setup_welcome_page.xml34
1 files changed, 11 insertions, 23 deletions
diff --git a/res/layout-land/setup_welcome_page.xml b/res/layout-land/setup_welcome_page.xml
index a3afa51..3cdd08b 100644
--- a/res/layout-land/setup_welcome_page.xml
+++ b/res/layout-land/setup_welcome_page.xml
@@ -17,28 +17,16 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <include layout="@layout/logo_header" />
-
- <RelativeLayout android:id="@+id/page"
- android:layout_width="0px"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center"
- android:paddingLeft="@dimen/content_margin_left"
- android:paddingRight="@dimen/content_margin_left"
- style="@style/PageContent">
-
- <com.cyanogenmod.setupwizard.ui.LocalePicker
- android:id="@+id/locale_list"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="@dimen/min_locale_picker_height"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:layout_centerInParent="true"/>
-
- </RelativeLayout>
+ android:layout_height="match_parent"
+ android:layout_gravity="center">
+
+ <ImageView
+ android:id="@+id/brand_logo"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:src="@drawable/logo"
+ android:adjustViewBounds="true"
+ android:scaleType="fitCenter"
+ android:padding="@dimen/content_margin_left"/>
</LinearLayout>