gecko/embedding/android/resources/values/themes.xml

11 lines
386 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="GreyTheme" parent="@android:style/Theme.NoTitleBar">
<item name="android:windowBackground">@color/splash_background</item>
</style>
<style name="HoneycombTheme" parent="@android:style/Theme.Holo">
<item name="android:windowBackground">@color/splash_background</item>
</style>
</resources>