mirror of https://github.com/axmolengine/axmol.git
15 lines
485 B
XML
15 lines
485 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<style name="Theme" parent="android:Theme">
|
|
</style>
|
|
|
|
<style name="Theme.Translucent" parent="android:style/Theme.Translucent">
|
|
<item name="android:windowBackground">@drawable/translucent_background</item>
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:colorForeground">#fff</item>
|
|
</style>
|
|
|
|
</resources>
|