第一次提交
This commit is contained in:
@@ -16,27 +16,29 @@
|
||||
android:layout_weight="3"
|
||||
android:gravity="center_horizontal">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/app_yunxin_icon"
|
||||
android:layout_width="119.7dp"
|
||||
android:layout_height="164.7dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp_200"
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/kefu_loading1"
|
||||
android:visibility="gone" />
|
||||
|
||||
<com.airbnb.lottie.LottieAnimationView
|
||||
android:id="@+id/lottieView"
|
||||
|
||||
<!-- <com.airbnb.lottie.LottieAnimationView-->
|
||||
<!-- android:id="@+id/lottieView"-->
|
||||
<!-- android:layout_width="@dimen/dp_106"-->
|
||||
<!-- android:layout_height="@dimen/dp_106"-->
|
||||
<!-- app:lottie_autoPlay="true"-->
|
||||
<!-- app:lottie_loop="true"-->
|
||||
<!-- android:visibility="gone"-->
|
||||
<!-- app:lottie_rawRes="@raw/loading"-->
|
||||
<!-- android:layout_centerHorizontal="true"-->
|
||||
<!-- android:layout_marginTop="@dimen/dp_200"-->
|
||||
<!-- android:scaleType="fitXY" />-->
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/lottieView1"
|
||||
android:layout_width="@dimen/dp_106"
|
||||
android:layout_height="@dimen/dp_106"
|
||||
app:lottie_autoPlay="true"
|
||||
app:lottie_loop="true"
|
||||
app:lottie_rawRes="@raw/loading"
|
||||
app:es_shape_type="rectangle"
|
||||
app:ease_radius="10dp"
|
||||
android:visibility="visible"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp_200"
|
||||
android:scaleType="fitXY" />
|
||||
|
||||
android:src="@mipmap/ic_launche" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user