Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 440 Bytes

Popup

简化 PopupWindow 使用

Gradle

repositories {
    maven { url "https://gitee.com/ezy/repo/raw/cosmo/"}
}
dependencies {
    implementation "me.reezy.cosmo:popup:0.10.0"
}

使用

Popup(view, width, height).show(anchorView, Popup.VPosition.ABOVE, Popup.HPosition.ALIGN_LEFT, xOffset, yOffset)

LICENSE

The Component is open-sourced software licensed under the Apache license.