net_buffer_dialog_loading_new.xml 1013 Bytes
<?xml version="1.0" encoding="utf-8"?>
<!-- 全局区域动画(全域动画)加载动画 refreshing_common_loading.pag -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:orientation="vertical"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    >

    <com.airbnb.lottie.LottieAnimationView
        android:id="@+id/loading_pbar"
        android:layout_width="@dimen/rmrb_dp120"
        android:layout_height="@dimen/rmrb_dp120"
        app:lottie_autoPlay="false"
        app:lottie_loop="true"
        />

    <TextView
        android:id="@+id/tv_net_speed"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/rmrb_dp23"
        android:textColor="@color/res_color_common_C8"
        android:textSize="@dimen/rmrb_dp10"
        android:visibility="gone"/>

</LinearLayout>