Android Question Problem with AppCompat and notification bar

so27

Active Member
Licensed User
Longtime User
Okay it works very well. If I change the activity with Code:
B4X:
StartActivity("Name")
then the notification bar remains white, instead of in the main activity that is colored. What could that be?

Or several activity are not easily possible with AppCompat and the ACToolbar?

2017-09-23_12h47_34.png
2017-09-23_12h47_52.png
 

so27

Active Member
Licensed User
Longtime User
Okay, I've found the problem. Erel and DonManfred thanks for your help.

I removed the following from the manifest file. Then it works fine.

B4X:
<item name="android:statusBarColor">@android:color/transparent</item>
 
Last edited:
Upvote 0
Top