Make LottieView rounded corners.

Fix: 188162929
Test: robotest and see the UI.
Change-Id: I4c291b308c74b75a4731664072e70261760dc898
This commit is contained in:
Stanley Wang
2021-05-13 15:25:42 +08:00
parent 1f6711ffd4
commit 7e3c7484f2

View File

@@ -23,20 +23,13 @@
android:gravity="center"
android:orientation="horizontal">
<View
android:id="@+id/protection_layer"
android:layout_width="412dp"
android:layout_height="300dp"
android:layout_gravity="center"
android:padding="@dimen/settingslib_illustration_padding"
android:background="@drawable/protection_background"/>
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/lottie_view"
android:layout_width="412dp"
android:layout_height="300dp"
android:layout_gravity="center"
android:padding="@dimen/settingslib_illustration_padding"
android:clipToOutline="true"
android:background="@drawable/protection_background"
android:importantForAccessibility="no"/>
<ImageView