mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
651 B
XML
19 lines
651 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="Gecko" parent="@android:style/Theme.Holo">
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:windowBackground">@color/splash_background</item>
|
|
</style>
|
|
|
|
<style name="Gecko.Light" parent="@android:style/Theme.Holo.Light">
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:windowBackground">@color/splash_background</item>
|
|
</style>
|
|
|
|
<style name="Gecko.Translucent" parent="@android:style/Theme.Translucent">
|
|
<item name="android:windowNoTitle">true</item>
|
|
</style>
|
|
|
|
</resources>
|