Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Remove status bar rect #53

Open
jhpassion0621 opened this issue Dec 22, 2017 · 3 comments
Open

Remove status bar rect #53

jhpassion0621 opened this issue Dec 22, 2017 · 3 comments

Comments

@jhpassion0621
Copy link

When I swipe activity, I can see white space for status bar. How can I remove this region?

@r0adkll
Copy link
Owner

r0adkll commented Dec 27, 2017

This is a bug, I should have it fixed in the next release

@Kolyall
Copy link

Kolyall commented Apr 10, 2019

@r0adkll Any update?

@bhargavms
Copy link

bhargavms commented Jun 8, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants