medyo / Fancybuttons

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

How to change text Color on focus like background? #70

Closed vodoi1432 closed 8 years ago

medyo commented 8 years ago

Hi @vodoi1432 ,

There is no direct accessor to handle it, however you could use getTextViewObject() then applying all kind of effects you'd like.

Thanks