| John Reck | cec24ae | 2013-11-05 13:27:50 -0800 | [diff] [blame] | 1 | <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> | ||||