-
- Notifications
You must be signed in to change notification settings - Fork 764
Closed
Labels
Description
提issue前请去WIKI#常见问题找找相关问题,避免重复提问
提issue前请务必参考以下格式填写,否则该问题可能会【被忽略】
- 系统版本(必须):android 7.0
- 库版本(必须):2.2.3
- 问题描述/重现步骤(必须):2.2.3下 相对位置无效 ,2.2.1 ok
- 问题代码/截图(可选):
//为 layout中的一个ImageView
AppCompatImageView iv_supervise =(AppCompatImageView) findViewById(R.id.iv_supervise);
demoPop = new DemoPop(this);
demoPop.setPopupGravity(BasePopupWindow.GravityMode.RELATIVE_TO_ANCHOR, Gravity.BOTTOM);
demoPop.showPopupWindow(iv_supervise); - 报错信息(可选):
没有
Reactions are currently unavailable