You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
462 B
12 lines
462 B
<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>
|