Prasidha Karki

Results 4 comments of Prasidha Karki

Simply define by: ``` Dialog awesomeProgressDialog; awesomeProgressDialog=new AwesomeProgressDialog(this) .setTitle(R.string.app_name) .setMessage(R.string.app_name) .setColoredCircle(R.color.dialogInfoBackgroundColor) .setDialogIconAndColor(R.drawable.ic_dialog_info, R.color.white) .setCancelable(true) .show(); awesomeProgressDialog.dismiss(); ```

Some PR claims that this error is fixed, but it's not merged yet. Any updates?

Any update in this issue? I am facing same problem, while using multiple instances. Only last component is working.

@Jamyth Can you please show how you extended this library using boxshadow