Kaynağa Gözat

Merge remote-tracking branch 'origin/sheep_develop' into sheep_develop

zengjiebin 7 yıl önce
ebeveyn
işleme
96ff38db5f

BIN
app/src/main/res/drawable-xhdpi/kaipin.png


+ 1 - 1
app/src/main/res/layout/splash_activity.xml

@@ -22,7 +22,7 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:scaleType="fitXY"
-        android:src="@drawable/splash_bg_img" />
+        android:src="@drawable/kaipin" />
     <View
         android:id="@+id/splash_click_view"
         android:layout_width="match_parent"

+ 1 - 1
app/src/main/res/values/styles.xml

@@ -18,7 +18,7 @@
 
     <!--快速启动app主题,告别app启动黑白屏-->
     <style name="SplashTheme" parent="FullScreenTheme">
-        <item name="android:windowBackground">@drawable/splash_bg_img</item>
+        <item name="android:windowBackground">@drawable/kaipin</item>
         <item name="android:windowIsTranslucent">false</item>
     </style>