blob: f6b5d6aa6dbcf5f21e0ce7be6249d34135c23fc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
|