简化 PopupWindow 使用
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)
The Component is open-sourced software licensed under the Apache license.