SetupWizard: Remove redundant logo

Change-Id: If68f9938dcdcba6bc03c58237040e80daf56e3b4
This commit is contained in:
cretin45 2015-01-15 16:24:48 -08:00
parent 0328b87bf6
commit b3bc79f5c7
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

View File

@ -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>