Search in sources :

Example 1 with CustomBubblePopup

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();
}
Also used : CustomBubblePopup(com.flyco.dialogsamples.extra.CustomBubblePopup) OnClick(butterknife.OnClick)

Aggregations

OnClick (butterknife.OnClick)1 CustomBubblePopup (com.flyco.dialogsamples.extra.CustomBubblePopup)1