use of com.flyco.animation.BounceEnter.BounceRightEnter in project FlycoDialog_Master by H07000223.
the class BubblePopupActivity method clickCenterBtn.
@OnClick(R.id.tv_center)
void clickCenterBtn() {
View inflate = View.inflate(mContext, R.layout.popup_bubble_image, null);
BubblePopup bubblePopup = new BubblePopup(mContext, inflate);
bubblePopup.anchorView(mTvCenter).showAnim(new BounceRightEnter()).dismissAnim(new SlideLeftExit()).autoDismiss(true).show();
}
Aggregations