Hi,
I am developing mobile application, but while i am developing i forced problem with bottom control bar which shown in some mobiles like sony and LG .
The problem is the application tabs are shown like a background of the ccontrol bar and the bottom control bar like a overlay .
this image showing the problem :
Generally, there are two ways to do this. First, the lazy one is using ClientPanel, which puts your whole layout between the status and bottom bars. It comes with a number of limitations which you’ll quickly discover as your app becomes more complex.