parent
5e8e520805
commit
5a55d11a5b
@ -0,0 +1,11 @@
|
||||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme.Launcher" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- 通过windowBackground可以设置背景色、背景图片、能解析出图片的XML文件等-->
|
||||
<item name="android:windowBackground">@drawable/layer_launcher</item>
|
||||
<item name="windowNoTitle">true</item>
|
||||
<item name="android:windowFullscreen">true</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Loading…
Reference in new issue