styles.xml 337 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="translucent">
  4. <item name="android:windowBackground">@color/translucent_background</item>
  5. <item name="android:windowIsTranslucent">true</item>
  6. <item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>
  7. </style>
  8. </resources>