I am using this library which extends ProgressBar. (https://github.com/ylyc/circular_progress_bar)
How can I use it within a ProgressDialog.
I am using this library which extends ProgressBar. (https://github.com/ylyc/circular_progress_bar)
How can I use it within a ProgressDialog.
You have to implement AlertDialog with custom layout.
Please take a look for an example here: How to create a Custom Dialog box in android?