summaryrefslogtreecommitdiffstats
path: root/res/layout/setup_finished_page.xml
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2015-01-15 16:24:48 -0800
committercretin45 <cretin45@gmail.com>2015-01-15 16:24:48 -0800
commitb3bc79f5c744326a57e0ae701ff91e9117ba0d84 (patch)
treec3f3b95c0c4bf8b2b7cfeec9269531bc4cb0f3e8 /res/layout/setup_finished_page.xml
parent0328b87bf68f6389049991c68caa515f4230f95f (diff)
downloadpackages_apps_SetupWizard-b3bc79f5c744326a57e0ae701ff91e9117ba0d84.tar.gz
packages_apps_SetupWizard-b3bc79f5c744326a57e0ae701ff91e9117ba0d84.tar.bz2
packages_apps_SetupWizard-b3bc79f5c744326a57e0ae701ff91e9117ba0d84.zip
SetupWizard: Remove redundant logo
Change-Id: If68f9938dcdcba6bc03c58237040e80daf56e3b4
Diffstat (limited to 'res/layout/setup_finished_page.xml')
-rw-r--r--res/layout/setup_finished_page.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/setup_finished_page.xml b/res/layout/setup_finished_page.xml
index 9462d06..a641edf 100644
--- a/res/layout/setup_finished_page.xml
+++ b/res/layout/setup_finished_page.xml
@@ -24,7 +24,7 @@
android:id="@+id/brand_logo"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:src="@drawable/finish_logo"
+ android:src="@drawable/brand_finish"
android:scaleType="centerInside"/>
</LinearLayout>