John Reck cec24ae16e RenderThread work
Hacky prototype needs a private API to enable

Change-Id: I21e0ddf3cdbd38a4036354b5d6012449e1a34849
2013-12-09 15:57:09 -08:00

12 lines
328 B
XML

<resources>
<!-- Application theme. -->
<style name="AppTheme" parent="android:Theme.Holo.Light">
</style>
<style name="AppTheme.Transparent">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
</style>
</resources>