first_dialog_loading_new.xml 634 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:orientation="vertical"
    android:background="@color/black">

    <!--封面扫光-->
    <com.airbnb.lottie.LottieAnimationView
        android:id="@+id/animation_view_loading"
        android:layout_width="@dimen/rmrb_dp167"
        android:layout_height="@dimen/rmrb_dp60"
        app:lottie_fileName="video_loading.json"/>

</LinearLayout>