ceryle / RadioRealButton

A custom radio button for Android API 12+
Apache License 2.0
259 stars 73 forks source link

No method/xml attribute to set text size #5

Closed benzabill closed 7 years ago

benzabill commented 7 years ago

On screens of different sizes, the text doesn't look big enough.

Is this missing or am I missing something

ceryle commented 7 years ago

You are not missing anything, that was a missing attribute. I added these following attributes; size, style and typeface for text. New version is v1.4.5 now.

benzabill commented 7 years ago

Thanks, exactly what I needed! Great functionality/library (don't forget to update the readme :) )