SetupWizard: Don't scale image on finish page

Change-Id: I2985dc21332f52cd2979c7f77def1589c9ba7d3e
This commit is contained in:
cretin45 2015-02-13 10:21:02 -08:00
parent be13e9b452
commit c4b0b1c307
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/brand_finish" android:src="@drawable/brand_finish"
android:scaleType="fitCenter" android:scaleType="centerInside"
android:padding="@dimen/content_margin_left"/> android:padding="@dimen/content_margin_left"/>
</LinearLayout> </LinearLayout>