MM内地版本修改启动页背景

This commit is contained in:
guozhen
2024-12-06 11:20:37 +08:00
committed by xuhuixiang
parent e1b17dbbd3
commit c1ec89ae4f
3 changed files with 10 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@mipmap/ic_welcome_bg"
tools:context=".welcome.WelcomeActivity">
<RelativeLayout
@@ -27,8 +28,8 @@
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/lottieView"
android:layout_width="119.7dp"
android:layout_height="119.7dp"
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"