How I want the button label(font style) to be: Log in, Login with Facebook, Login with Twitter.
How I get is: Log In, Login With Facebook, Login With Twitter
I have tried the following:
Tried the code given in the below link: Why is my Button text forced to ALL CAPS on Lollipop?
Tried the css (like we use in the HTML5): text-transform: none -> No result
Thanks in advance.