Open jhpassion0621 opened 6 years ago
This is a bug, I should have it fixed in the next release
@r0adkll Any update?
technically not a bug you need to enable this in your activity's theme
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
if you dont have
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
you will end up seeing a white padding for the status bar.
When I swipe activity, I can see white space for status bar. How can I remove this region?