Aakburns
Aakburns

Reputation: 307

Status bar overlaps toolbar

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

Upvotes: 2

Views: 1635

Answers (1)

kennytm
kennytm

Reputation: 523334

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

Upvotes: 1

Related Questions