medyo / Fancybuttons

Icons, Borders, Radius ... for Android buttons
1.77k stars 397 forks source link

"Fancy Button" text by default #98

Closed emrealparslan93 closed 6 years ago

emrealparslan93 commented 7 years ago

Hello,

I updated FancyButtons version to 1.8.4 from 1.5 and my fancy buttons which do not contain fancy:fb_text attribute, starts to display "Fancy Button" text by default.

Here is what happened when I started to use 1.8.4 : screen shot 2017-09-20 at 16 26 24

If I add fancy:fb_text="" attribute to the button, text goes away of course.

Is it something intentionally added ?

pishguy commented 6 years ago

@emrealparslan93 by default when you want to have empty text you have to add fancy:fb_text="" into xml

emrealparslan93 commented 6 years ago

@MahdiPishguy Yes I did that. I just wondered if there is a bug about it because I thought it shouldn't be like that. Thank you for your response.