Android Tabbed Activity Bottom off Screen
问题 anybody an idea why the bottom is off screen in a new generated tabbed activity in android? ViewPager is too long for the total screen <android.support.v4.view.ViewPager android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" /> Result all views in the child Fragments are off screen by the 55dp if you align them to the bottom of the screen. Thanks, Paul P.S.: Full XML of the generate code