1<?xml version="1.0" encoding="utf-8"?> 2<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:tools="http://schemas.android.com/tools" 4 android:layout_width="600px" 5 android:layout_height="600px" 6 android:clipChildren="false" 7 tools:ignore="PxUsage"> 8 9 <com.airbnb.lottie.LottieAnimationView 10 android:id="@+id/animation_view" 11 android:layout_width="400px" 12 android:layout_height="200px" 13 android:layout_gravity="center" 14 android:scaleType="centerCrop" /> 15 16</FrameLayout>