Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 567 Bytes

ProgressDialog

A dialog with a revolving progress bar.

GIF

Add ProgressDialog to your project.

// project.gradle
dependencies {
  ...
  maven { url 'https://jitpack.io' }
}

// *.gradle
implementation 'com.github.cdreamplayer:ProgressDialog:1.0.0'

How to use it

val dialog = BlackMessageDialog(context, msg)
dialog.show()