Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.11 KB

README_EN.md

File metadata and controls

26 lines (14 loc) · 1.11 KB

PopupWindowCompat

Build Status Bintray GitHub license

English | 中文

A compatible Popwindow adapt android 7.x , 8.x etc, Mainly adapts to the height of the full-screen problem after calling popupWindow.showAsDropDown() when setting the height to match_parent, and adapting whether there is a virtual button and whether the virtual button is displayed.

Adding to your project

implementation 'com.jankin.popupwindowcompat:lib:1.0.4'

Simple Usage

Use PopupWindowCompat instead of PopupWindow, the same as PopupWindow.

Screenshots

screenshot

Gateway