Guest User

Untitled

a guest
Jan 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3.  
  4. <style name="Theme.Transparent" parent="android:Theme">
  5. <item name="android:windowIsTranslucent">true</item>
  6. <item name="android:windowBackground">@color/transparent</item>
  7. <item name="android:windowContentOverlay">@null</item>
  8. <item name="android:windowNoTitle">true</item>
  9. <item name="android:windowIsFloating">true</item>
  10. <item name="android:backgroundDimEnabled">false</item>
  11. </style>
  12.  
  13. </resources>
  14.  
  15. android:theme="@style/Theme.Transparent"
Add Comment
Please, Sign In to add comment