Merge "Adjust size/position of face education illustrations" into sc-dev am: 0a111093bd am: 6eb29afaff

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14922977

Change-Id: I0ab191970421bf313ef8588673859eb43b5cfeb2
This commit is contained in:
TreeHugger Robot
2021-06-10 02:21:11 +00:00
committed by Automerger Merge Worker

View File

@@ -38,7 +38,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginVertical="12dp">
android:layout_marginTop="-32dp">
<com.google.android.setupdesign.view.IllustrationVideoView
android:id="@+id/illustration_default"
@@ -51,11 +51,13 @@
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/illustration_lottie"
android:layout_width="match_parent"
android:layout_height="340dp"
android:scaleType="fitCenter"
android:visibility="invisible"
android:layout_height="400dp"
android:layout_marginTop="-48dp"
android:scaleType="centerCrop"
android:visibility="gone"
app:lottie_autoPlay="true"
app:lottie_loop="true" />
app:lottie_loop="true"
app:lottie_speed="1.5" />
<ImageView
android:id="@+id/illustration_accessibility"