shobhitpuri / custom-google-signin-button

A custom SignInButton for Android that supports 'android:text' attribute, currently not supported by Google's original 'SignInButton'. This library also allows to set button theme to dark or light and is based on Google guidelines.
http://go.shobhitpuri.com/googlesignin
MIT License
78 stars 25 forks source link

How to change textSize #7

Open sashanksingh opened 5 years ago

sashanksingh commented 5 years ago

Hi, how do I increase the text size???

shobhitpuri commented 5 years ago

Hi Sashank. If you have forked the project, you can try changing here Constants.java. You can also create a feature request in order to make that configurable. Please feel free to fix it and create a PR.