AwesomeDialog
AwesomeDialog copied to clipboard
I'm thinking if there could be a way for users to use a custom layout for the dialog body. I'm almost done implementing this feature in my fork and will...
Please migrate do AndroidX, that gradle import causes some imports if not migrated to AndroidX
You don't have to use ContextCompat there if you are compiling with an API level greater than 24 as this is only a compatibility feature for early versions. You can...
at com.AwesomeDialog.blennersilva.awesomedialoglibrary.AwesomedialogBuilder.drawableColorChange(AwesomeDialogBuilder:153)
Why isn't there a way to set the icon via a drawable that is dynamically created instead of a resource?
When content is bigger than the screen the close window dialog is not visible. Check out the screenshot 
Hey, i got an issue when using AwesomeDialog library, when i run the application in Android 4.4.2, the application is crashed Here's the stack trace i got Caused by org.xmlpull.v1.XmlPullParserException:...
I want to check if dialog is already open or not.