android transparent status bar

Solutions on MaxInterview for android transparent status bar by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "android transparent status bar"
Anissa
18 Sep 2017
1 <!-- in themes -->
2<item name="android:windowTranslucentStatus">true</item>
3<item name="android:windowTranslucentNavigation">true</item>
Mario
01 Jun 2019
1getWindow().setFlags(
2    WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS,
3    WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS
4);