Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible to avoid allCaps in the action buttons? #89

Open
swordfishub opened this issue Feb 26, 2015 · 2 comments
Open

is it possible to avoid allCaps in the action buttons? #89

swordfishub opened this issue Feb 26, 2015 · 2 comments

Comments

@swordfishub
Copy link

I would need this buttons to be in lowercase.
I tried to use <item name="android:textAllCaps">false</item> in my app style but it doesn't affects to your view.
Could you help me?

@wmora
Copy link
Contributor

wmora commented Feb 28, 2015

I don't think right now there's a way to override the style because of how the Snackbar is created.

The specs say the action button must be all caps. Why do you want to change it?

@swordfishub
Copy link
Author

Hi William and thank you very much for your fast reply.

I don't know where are these specs, but in the case of my app, all texts
are in lowercase, even the first word, so I need the text I set in the
button to be exactly the same that the text is showing.

I think this is happening because of the compileSdkVersion or the android
support library used in your library. In both cases we are using version 19
and you are using 21. Do you think this could be the cause of the caps
change of the buttons?

I will be looking forward to you response.

Best regards,

Miguel

El sáb., 28 de febrero de 2015 a las 13:15, William Mora (<
[email protected]>) escribió:

I don't think right now there's a way to override the style because of how
the Snackbar is created.

The specs say the action button must be all caps. Why do you want to
change it?


Reply to this email directly or view it on GitHub
#89 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants