Android Status bar and Navigation issues

  • Replies:0
Deactivated Account
  • Forum posts: 1

Feb 14, 2019, 9:46:02 AM via Website

Recently I used this java code in Main_Activity:

(getWindow().setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS, WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS))

for status Bar Transparent purpose. All went well, but my Android Navigation Bar also went to transparent policy. Now I need only transparent my Status Bar, but not the Navigation Bar.

Be the first to answer