javiersantos / MaterialStyledDialogs

A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
Apache License 2.0
1.17k stars 155 forks source link

Can we use this library without icon ( imageView ) #3

Closed anvesh523 closed 8 years ago

anvesh523 commented 8 years ago

I want material dialog only for text & action buttons like Image In your library if is there any option with hide the imageView, it will be cool...

javiersantos commented 8 years ago

If I understand correctly you want to hide the ImageView but showing the header background (plain color or drawable). Am I right?

anvesh523 commented 8 years ago

Might be no, I want to hide complete header ( plain color ) if I am not using any icon. Only Title description and action buttons...

javiersantos commented 8 years ago

Oh, I see... It's not possible at the moment, but I think you should use the material-dialogs library instead. That library will do exactly what you want.

BTW, this library is based on the other one that I mentioned before.

Hope it helps you.

anvesh523 commented 8 years ago

Thank you for quick reply and sharing the information. @javiersantos