How can i know if system bars are visible?

I try to know on each devices (tablet and phone with or without physical button) if system bars are visible (status bar, navigation bar and system/combined bar).

How i can do that ???

François

edit: android:minSdkVersion=11 in my app

Upvotes: 0

Views: 703

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007369

I need to know the height of my page in portrait mode in dp.

Then measure the height of the View that represents your "page".

Upvotes: 1

Related Questions