Guest User

Untitled

a guest
Oct 19th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <style name="loading_dialog" parent="android:style/Theme.Dialog">
  2. <item name="android:windowFrame">@null</item>
  3. <item name="android:windowNoTitle">true</item>
  4. <item name="android:windowIsTranslucent">false</item><!--半透明-->
  5. <item name="android:windowBackground">@android:color/transparent</item>
  6. <item name="android:windowIsFloating">true</item>
  7. <item name="android:backgroundDimEnabled">false</item><!--模糊-->
  8. <item name="android:windowContentOverlay">@null</item>
  9. </style>
Add Comment
Please, Sign In to add comment