MM内地版本修改启动页背景
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user