-
Notifications
You must be signed in to change notification settings - Fork 16
Component UI 8 Popup
D edited this page Aug 8, 2018
·
2 revisions
PopupWindowFactory.createFactory(this)
.getMenuPopup(Arrays.asList(new MenuPopup.Bean("添加", R.color.lib_pub_color_text_hint, false),
new MenuPopup.Bean("删除", R.color.lib_pub_color_main, false)), new MenuPopup.OnMenuListener() {
@Override
public void onClick(PopupWindow popup, int position, String item) {
}
}).showAsDropDown(ivMenu);