Arj 1411
Arj 1411

Reputation: 1401

Status Bar in Oracle MAF

Is it possible to change the status bar (coming above the header facet) color/ or make the screen full screen for Oracle MAF applications ? enter image description here

Upvotes: 1

Views: 117

Answers (2)

Arj 1411
Arj 1411

Reputation: 1401

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);

Upvotes: 0

Razvan N
Razvan N

Reputation: 654

I think this was registered as a new enhancement in 2014. I am not sure if it ready yet. Here is the link.

Thanks.

Upvotes: 0

Related Questions