Files
chrometophone/android/res/values/styles.xml
burke.davey 6b2b5e05d9 Handing authorisation issues with phone-to-Chrome.
Misc cleanup along the way.
2011-05-08 21:44:16 +00:00

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>