Question

I have an app that is largely finished. It uses a toolBar on the top of the view with a few buttons. Under this is a WebView, which only opens one URL and there is no way to get away from this site (that is the point of it).

However, the status bar overlaps the toolbar. My initial temporary solution is to hide the status bar, but I really need it to be there in this app. How can I stop this overlap from happening

Was it helpful?

Solution

Try to put the toolbar's origin as (0, 20) instead of (0, 0).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top