Is it possible to change the status bar (coming above the header facet) color/ or make the screen full screen for Oracle MAF applications ?
Asked
Active
Viewed 114 times
1

Arj 1411
- 1,395
- 3
- 14
- 36
-
This [SO question](http://stackoverflow.com/questions/19063365/how-to-change-the-status-bar-background-color-and-text-color-on-ios-7) should help you – Maheswaran Ravisankar Mar 10 '16 at 07:02
-
But i am working in Oracle MAF – Arj 1411 Mar 10 '16 at 08:49
2 Answers
0
I think this was registered as a new enhancement in 2014. I am not sure if it ready yet. Here is the link.
Thanks.

Razvan N
- 554
- 3
- 9
- 29
-
Thank you, @AnandRaj, I am glad to be helpful, if you need anything else, please tell me. – Razvan N Mar 14 '16 at 09:43
0
I think this will be useful for those who have requirement like above
Add <fullscreenLayout>fullscreen</fullscreenLayout>
to maf.config.xml
then In Lifecyclelistner start()
method add AdfmfContainerUtilities.setStatusBarStyle(AdfmfContainerUtilities.STATUS_BAR_STYLE.LIGHT);

Arj 1411
- 1,395
- 3
- 14
- 36
-
So where is your color? I thought that was your problem, not hiding the status bar. :) this STATUS_BAR_STYLE.LIGHT is not a color selection. – Razvan N Mar 18 '16 at 10:10