Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
  2. Window w = getWindow(); // in Activity's onCreate() for instance
  3. w.setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS, WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS);
  4. }
  5.  
  6. <item name="android:windowTranslucentStatus">true</item>
  7. <item name="android:windowTranslucentNavigation">true</item>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement