blob: f6b5d6aa6dbcf5f21e0ce7be6249d34135c23fc4 [file] [log] [blame]
John Reckcec24ae2013-11-05 13:27:50 -08001<resources>
2 <!-- Application theme. -->
3 <style name="AppTheme" parent="android:Theme.Holo.Light">
4 </style>
5
6 <style name="AppTheme.Transparent">
7 <item name="android:windowIsTranslucent">true</item>
8 <item name="android:windowBackground">@android:color/transparent</item>
9 </style>
10
11</resources>