MissMe
MissMe copied to clipboard
Same Old Android Progress Dialog
Would it be possible : - Either to add a new `setBackgroundColor` method - Or to document which properties to use to write a color theme for the dialog using...
- `setColor` requires a color _constant_ and its argument has no `@ColorInt` annotation - `setTextColor` requires a color _resource int_ and its argument has no `@ColorRes` annotation I suggest you...
hi love this - when i use it - it is closing after reaching 100 but also closing whole app - what am i doing wrong please? public void doProgressDialog()...
Hi, Any way to make the loading windosw wrapa_content in widht?¿ Thx
When I use setDrawable, it doesn't seem to add the drawable to the dialog, ``` private var progressDialog = ProgressDialog(this) progressDialog?.setCancelable(false) progressDialog?.setMessage("Logging in....") progressDialog?.setProgressDrawable(getDrawable(R.drawable.ic_truck_black_18dp)) progressDialog?.show() ``` Not sure if I...