13 lines
No EOL
520 B
XML
13 lines
No EOL
520 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.airbnb.lottie.LottieAnimationView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/lav_confetti"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:scaleType="centerCrop"
|
|
app:lottie_autoPlay="false"
|
|
app:lottie_loop="false"
|
|
app:lottie_rawRes="@raw/anim_confetti"
|
|
app:lottie_repeatCount="0">
|
|
|
|
</com.airbnb.lottie.LottieAnimationView> |