Closed kobihcmomanyi closed 8 years ago
Great! Thank you so much for your PR @kobihcmomanyi :+1:
welcome. On 8 Mar 2016 21:44, "Javier Santos" notifications@github.com wrote:
Merged #13 https://github.com/javiersantos/MaterialStyledDialogs/pull/13 .
— Reply to this email directly or view it on GitHub https://github.com/javiersantos/MaterialStyledDialogs/pull/13#event-582160657 .
If I use a custom view and don't set the description, I get a space where it was supposed to be. How can I get rid of this space? Thanks
add your own views by using the method
setCustomView(view)
the method accepts a view as the only parameter.Example:
final MaterialStyledDialog dialog = new MaterialStyledDialog(context) .setCustomView(view) .build();