Home | History | Annotate | Download | only in values
      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>
     12