Merge "Add fingerprint illustration image" into oc-mr1-dev
am: 89c2adf420
Change-Id: I44edca5a3310e476dd68e25e0e16560bb5a31b5f
This commit is contained in:
BIN
res/drawable-nodpi/fingerprint_enroll_introduction.png
Normal file
BIN
res/drawable-nodpi/fingerprint_enroll_introduction.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
@@ -45,6 +45,20 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<com.android.setupwizardlib.view.FillContentLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1">
|
||||
|
||||
<ImageView
|
||||
style="@style/SuwContentIllustration"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/fingerprint_enroll_introduction" />
|
||||
|
||||
</com.android.setupwizardlib.view.FillContentLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</com.android.setupwizardlib.GlifLayout>
|
||||
|
Reference in New Issue
Block a user