Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef76ace1 authored by Stanley Wang's avatar Stanley Wang Committed by Automerger Merge Worker
Browse files

Merge "Make LottieView rounded corners." into sc-dev am: d40d1b76

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14548482

Change-Id: If0fcfa694ecb9f7dfdffbf94e140d4303bc16f99
parents 2c90e794 d40d1b76
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -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