Android closing full screen view at the bottom is shunted off the screen
问题 I have a screen with a bottom toolbar aligned using the following styling <style name="BottomToolbar" > <item name="android:layout_width">match_parent</item> <item name="android:layout_height">wrap_content</item> <item name="android:background">@color/WHITE</item> <item name="android:layout_gravity">bottom</item> <item name="android:layout_alignParentBottom">true</item> <item name="android:minHeight">?attr/actionBarSize</item> </style> When I first enter my screen the toolbar is nicely