Add placeholder animation for face enrolling
Bug: 111548033 Test: Builds Change-Id: I0c8af1c24cc7c11f9d2c2a98b23d11b21b63547e
This commit is contained in:
@@ -50,12 +50,14 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
<ImageView
|
<com.google.android.setupdesign.view.IllustrationVideoView
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
|
android:id="@+id/face_enroll_introduction_animation"
|
||||||
style="@style/SudContentIllustration"
|
style="@style/SudContentIllustration"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:contentDescription="@null"
|
app:sudVideo="@raw/face_enroll_introduction_animation" />
|
||||||
android:src="@drawable/face_enroll_introduction" />
|
|
||||||
|
|
||||||
</com.google.android.setupdesign.view.FillContentLayout>
|
</com.google.android.setupdesign.view.FillContentLayout>
|
||||||
|
|
||||||
|
|||||||
0
res/raw/face_enroll_introduction_animation.mp4
Normal file
0
res/raw/face_enroll_introduction_animation.mp4
Normal file
Reference in New Issue
Block a user