I have a tabbed AppBarLayout with Fragments. On my soft key phone (Sony Xperia Z1 Compact) my App shows below the status bar (as it should be), but behind the soft keys.
Is there a way to set the bounds of the activity (CoordinatorLayout) to end above the soft keys?
I found some solutions for API 19, but my minVersion is 11.
Edit
Maybe it's not a concern of the activity but the ViewPager, that ignores the size of the AppBar and adds it.