Version 1.5.5
- Added method to allow setting the header ImageView's scale type:
.setHeaderScaleType()
. Default:ScaleType.CENTER_CROP
. Thanks to @colinrtwhite. - Added method
.setHeaderColorInt()
to allow setting header an@ColorInt
. Thanks to @colinrtwhite. - Fixed #28.