use of com.flyco.dialogsamples.extra.CustomBubblePopup in project FlycoDialog_Master by H07000223.
the class BubblePopupActivity method clickTopRightBtn.
@OnClick(R.id.tv_top_right)
void clickTopRightBtn() {
CustomBubblePopup customBubblePopup = new CustomBubblePopup(mContext);
// customBubblePopup.setCanceledOnTouchOutside(false);
customBubblePopup.gravity(Gravity.BOTTOM).anchorView(mTvTopRight).triangleWidth(20).triangleHeight(10).showAnim(null).dismissAnim(null).show();
}
Aggregations