blob: 227b56bc5b4d0f299fb735c0b3b405e1f9544194 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@android:color/white</item>
</style>
</resources>
|