mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2026-02-17 05:25:20 +00:00
9 lines
353 B
XML
9 lines
353 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<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>
|