MaterialDialog-Android icon indicating copy to clipboard operation
MaterialDialog-Android copied to clipboard

📱Android Library to implement animated, 😍beautiful, 🎨stylish Material Dialog in android apps easily.

Results 7 MaterialDialog-Android issues
Sort by recently updated
recently updated
newest added

Too long message text should be scrollable. Currently it hides the buttons.

Hacktoberfest

>**I have two themes.xml, day and night. And I tried to add custom material dialog items to themes.xml but style did not change** ``` @color/purple_500 @color/purple_700 @color/white @color/teal_200 @color/teal_700 @color/black...

### Summary Migrated the whole project to use Kotlin as the primary language. This results in reduction of the codebase size, along with improved code readability. Resolves #32 ### Build...

Hacktoberfest
hacktoberfest-accepted

Hello @PatilShreyas, I am using your library in my recent project and found that if I remove buttons, it creates a blank space which looks odd. Upon further investigation, I...

I don't see any information regarding this but if we have 2 Bottom Sheet Material Dialog in one activity and one Bottom Sheet Material Dialog needs to have a red...

Fixes #67 We want to set visibility to GONE. This way we have a cleaner look with the button filing the width for cases when we do not need a...