nispok/snackbar

is it possible to avoid allCaps in the action buttons?

swordfishub opened this issue · 2 comments

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?

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?

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 (<
notifications@github.com>) 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).