- Add some methods and attributes:
- Remove
'background_color'attribute with color reference. Now you can use the new'label_background_res'attribute. It can be a color or a drawable. It's a reference. - Remove
'setBackgroundColor'method. Now you can use the new'setBackgroundResource'method. You can use a color or a drawable. - Remove
'withBackgrondColor'Builder method. Now you can use the new'withBackgrondResource'Builder method. You can use a color or a drawable. - Added
'label_padding'attribute,'setLabelPadding'method and'withLabelPadding'Builder method. - Constructors refactoring to new attributes.
- Demo modified to use the new methods and attributes.
- Remove
- Public some methods (see #7)
Initial release.