Closed EpsilonOrionis closed 9 years ago
Yes , I'll upload a new version possibly today. I'll write you when it has been uploaded and I will explain you how to do this (very simple)
Thank you
@EpsilonOrionis even i was also searching for same, very thanks for your work
Hi! It has been solved in the new version 1.0.1.
Now, 'background_color'
attribute with color reference has been removed. Now you can use the new 'label_background_res'
attribute. It can be a color or a drawable. It's a reference, as you want.
Also, 'setBackgroundColor'
method has been removed. Now you can use the new 'setBackgroundResource'
method. You can use a color or a drawable, as you want and need.
Also 'withBackgrondColor'
Builder method has been removed. Now you can use the new 'withBackgrondResource'
Builder method. You can use a color or a drawable, as you want and need.
Also,'label_padding'
attribute, 'setLabelPadding'
method and 'withLabelPadding'
Builder method have been added.
Thanks!
Thank you again
@DavidPizarro Thanks for your quick work.....
Is it possible to change the shape? Rounded edges etc...?