refresh_header.xml
1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?><!-- 全局区域动画(全域动画)加载动画 refreshing_common_loading.pag -->
<RelativeLayout 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="wrap_content">
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/animation_view"
android:layout_width="@dimen/rmrb_dp72"
android:layout_height="@dimen/rmrb_dp72"
android:layout_centerHorizontal="true"
app:lottie_autoPlay="false"
app:lottie_loop="false" />
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/animation_view2"
android:layout_width="@dimen/rmrb_dp72"
android:layout_height="@dimen/rmrb_dp72"
android:layout_centerHorizontal="true"
app:lottie_autoPlay="false"
app:lottie_loop="true" />
<TextView
android:id="@+id/tv_desc"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:background="@drawable/shape_fragment_page_toast"
android:gravity="center"
android:paddingHorizontal="@dimen/rmrb_dp19"
android:paddingVertical="@dimen/rmrb_dp8"
android:text="@string/refresh_head_msg_zui_news"
android:textColor="@color/res_color_common_C2"
android:textSize="@dimen/rmrb_dp14" />
</RelativeLayout>