medyo / Fancybuttons

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

text all caps feature added #50

Closed sushant23 closed 8 years ago

sushant23 commented 8 years ago

Added a textAllCaps feature as seen in android's Textview and it's subclass.

medyo commented 8 years ago

Thanks @sushant23 for your contribution,

I'd like to know what's the difference between using setTextAllCaps(true) and passing an uppercase string ?

sushant23 commented 8 years ago

FancyButton is supposed to be equivalent of android's native button right? So, while using FancyButton I was immediately looking for an api that would capitalize my text and I believe a lot of people feel the same way.

When I define my style for my views/buttons I define weather my button should be capitalized or not right there in my style. So, I will require to define single string resource for both allCaps string and non - allCaps string.

Geoffrey63 commented 8 years ago

+1 Really need this feature