Merge "Adjust size/position of face education illustrations" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0a111093bd
@@ -38,7 +38,7 @@
|
|||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginVertical="12dp">
|
android:layout_marginTop="-32dp">
|
||||||
|
|
||||||
<com.google.android.setupdesign.view.IllustrationVideoView
|
<com.google.android.setupdesign.view.IllustrationVideoView
|
||||||
android:id="@+id/illustration_default"
|
android:id="@+id/illustration_default"
|
||||||
@@ -51,11 +51,13 @@
|
|||||||
<com.airbnb.lottie.LottieAnimationView
|
<com.airbnb.lottie.LottieAnimationView
|
||||||
android:id="@+id/illustration_lottie"
|
android:id="@+id/illustration_lottie"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="340dp"
|
android:layout_height="400dp"
|
||||||
android:scaleType="fitCenter"
|
android:layout_marginTop="-48dp"
|
||||||
android:visibility="invisible"
|
android:scaleType="centerCrop"
|
||||||
|
android:visibility="gone"
|
||||||
app:lottie_autoPlay="true"
|
app:lottie_autoPlay="true"
|
||||||
app:lottie_loop="true" />
|
app:lottie_loop="true"
|
||||||
|
app:lottie_speed="1.5" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/illustration_accessibility"
|
android:id="@+id/illustration_accessibility"
|
||||||
|
Reference in New Issue
Block a user