Damien

Results 3 issues of Damien

I have to apply custom font on my items. Currently we have no easy way to do this only once after inflating the view. It would be great to have...

The `setMessage` method should take a `CharSequence` instead of a simple `String`. This will allow to set text with links or other decoration, like this : ``` Banner.Builder(this) //.... .setMessage(Html.fromHtml("Lorem...

enhancement