use of com.flyco.animation.SlideEnter.SlideBottomEnter in project FlycoDialog_Master by H07000223.
the class BubblePopupActivity method clickBottomRightBtn.
@OnClick(R.id.tv_bottom_right)
void clickBottomRightBtn() {
View inflate = View.inflate(mContext, R.layout.popup_bubble_image, null);
new BubblePopup(mContext, inflate).anchorView(mTvBottomRight).bubbleColor(Color.parseColor("#8BC34A")).showAnim(new SlideBottomEnter()).dismissAnim(new SlideBottomExit()).show();
}
Aggregations