I have my App setup so the Status bar shows on top of the App, with a colored panel sitting behind the status bar to give it a "color" thats a bit darker than the ACActionBar color.
I think I saw this done in an example App somewhere, but I cant remember what app that was. I did this because of attempting to maintain UI consistency from Kitkat/JB up to now. Anyways.
The trouble starts when I call AutoScaleAll, it throws off my status bar panel size of course.
Is there a way to fix this? Thanks.