summaryrefslogtreecommitdiffstats
path: root/res/layout/setup_finished_page.xml
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2015-01-27 15:23:16 -0800
committercretin45 <cretin45@gmail.com>2015-01-27 15:23:16 -0800
commit031e58ebc41f1ccb76353581d58c1a6f059fc9b4 (patch)
tree9916f72d2921df2371df8ccd9fd14aa123c1ab12 /res/layout/setup_finished_page.xml
parentc5e5df96b18620f3e7d18d7536f4b67709f4d111 (diff)
downloadpackages_apps_SetupWizard-031e58ebc41f1ccb76353581d58c1a6f059fc9b4.tar.gz
packages_apps_SetupWizard-031e58ebc41f1ccb76353581d58c1a6f059fc9b4.tar.bz2
packages_apps_SetupWizard-031e58ebc41f1ccb76353581d58c1a6f059fc9b4.zip
SetupWizard: Move reveal finish animation up to activity
Change-Id: I983cfcfad3fcd9808442917bb8b4ae7f8a8d7c2b
Diffstat (limited to 'res/layout/setup_finished_page.xml')
-rw-r--r--res/layout/setup_finished_page.xml34
1 files changed, 9 insertions, 25 deletions
diff --git a/res/layout/setup_finished_page.xml b/res/layout/setup_finished_page.xml
index 44f0da2..046f50c 100644
--- a/res/layout/setup_finished_page.xml
+++ b/res/layout/setup_finished_page.xml
@@ -17,31 +17,15 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:background="@color/primary">
- <FrameLayout android:id="@+id/page"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1">
+ <ImageView
+ android:id="@+id/brand_logo"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:src="@drawable/brand_finish"
+ android:scaleType="fitCenter"
+ android:padding="@dimen/content_margin_left"/>
- <LinearLayout android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/primary">
-
- <ImageView
- android:id="@+id/brand_logo"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:src="@drawable/brand_finish"
- android:scaleType="centerInside"/>
-
- </LinearLayout>
-
- <ImageView android:id="@+id/reveal"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/reveal"
- android:visibility="invisible"/>
- </FrameLayout>
</LinearLayout> \ No newline at end of file