I have a problem with the master detail page on Android. The drawer hides even the status bar. You can see only the icons...
I would like to have a semi transparent status bar. I have exactly the same code as in the docs.
How it looks like
What I would like to achieve
Check that you have the following in your styles.xml
file within the Android project:
<resources> <style name="MyTheme" parent="MyTheme.Base"> <item name="android:windowDrawsSystemBarBackgrounds">true</item> <item name="android:windowTranslucentStatus">true</item> </style> </resources>
I believe the windowTranslucentStatus
is the important key here. Note* I don't think this is supported on <= API 19, so you may want to put this in the styles.xml
of your v-21
folder.
Answers
I have the same render when i put navigationpage in masterdetailpage.
I think we should:
Help us ^_^
I have tried this already. It doesn't feel native because you can see the shadow-animation on the status bar while moving the drawer. The other thing is that the drawer won't be semi transparent.
@canmoon @SinanGker,
Check that you have the following in your
styles.xml
file within the Android project:I believe the
windowTranslucentStatus
is the important key here. Note* I don't think this is supported on <= API 19, so you may want to put this in thestyles.xml
of yourv-21
folder.@JohnMiller it works great for me. Thanks for your interest.
Hi i need complete transparent and it should overlay on the sliding drawer and at the same time the device soft key controller should be transparent
need to remove the dim background in status bar

can anybody help me to solve this issue pls
Hi @canmoon
How Can you achieve this. Can you please help to improve like this screen.