BubbleAlert icon indicating copy to clipboard operation
BubbleAlert copied to clipboard

Customize Dialog Button and Circle Text Background Color

Open eniserkaya opened this issue 6 years ago • 0 comments

I have added new feature related to dialog button and circle text color. Also i have made some changes on gradle file to upgrade dependencies.

Example usage: BblDialogManager.showBblDialog(getSupportFragmentManager(), LayoutInflater.from(this), "success", this.getString(R.string.ok), null, ConstantsIcons.ALERT_ICON_SUCCESS, alertHandler, this, AppConstants.TAG_FEEDBACK_SUCCESS); alertHandler, this, AppConstants.TAG_FEEDBACK_SUCCESS, Color.RED),Color.BLUE); COlor.RED = Button Background Color.BLUE = circleTitleBackground

eniserkaya avatar Feb 19 '19 12:02 eniserkaya