10 lines
394 B
XML
10 lines
394 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<resources>
|
||
|
|
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||
|
|
<item name="android:windowBackground">@android:color/white</item>
|
||
|
|
</style>
|
||
|
|
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||
|
|
<item name="android:windowBackground">@android:color/white</item>
|
||
|
|
</style>
|
||
|
|
</resources>
|