File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1919 android : roundIcon =" @mipmap/ic_launcher_round"
2020 android : supportsRtl =" true"
2121 android : theme =" @style/AppTheme" >
22- <activity android : name =" .WelcomeActivity" >
22+ <activity android : name =" .WelcomeActivity" android : theme = " @style/SplashTheme " >
2323 <intent-filter >
2424 <action android : name =" android.intent.action.MAIN" />
2525
Original file line number Diff line number Diff line change 2525 </style >
2626
2727 <!-- 处理启动白屏,主题样式启动优化-->
28- <style name =" SplashTheme" parent =" AppTheme" >
29- <!-- 这里的trans自己写一个#00000000即可-->
30- <item name =" android:windowBackground" >@android:color/transparent</item >
31- <item name =" windowNoTitle" >true</item >
32- <item name =" android:windowFullscreen" >true</item >
28+ <style name =" SplashTheme" parent =" Theme.AppCompat.Light.NoActionBar" >
29+ <item name =" android:windowIsTranslucent" >true</item >
3330 </style >
3431
3532 <style name =" FullScreenTheme" parent =" Theme.AppCompat.Light.NoActionBar" >
You can’t perform that action at this time.
0 commit comments