Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <style name="FullScreenTheme" parent="AppTheme">
  2. <item name="android:windowNoTitle">true</item>
  3. <item name="windowActionBar">false</item>
  4. <item name="android:windowFullscreen">true</item>
  5. <item name="android:windowContentOverlay">@null</item>
  6. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement