PatilShreyas / MaterialDialog-Android

📱Android Library to implement animated, 😍beautiful, 🎨stylish Material Dialog in android apps easily.
Apache License 2.0
939 stars 143 forks source link

[Feature Request] Implement separate themes for each Bottom Sheet Material Dialog called #66

Open carlossclaro opened 1 year ago

carlossclaro commented 1 year ago

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 button while the other Bottom Sheet Material Dialog needs to have a green button, this can't be done as you can't set a separate theme for each Bottom Sheet Material Dialog.

Setting a theme in styles for the whole activity forces one set of button colors (ex. red)