TouchBoarder / weekdays-buttons-bar

"Weekdays Buttons Bar" is an Android library that makes it easy to integrate weekdays selection in your layout.
MIT License
146 stars 25 forks source link

Force uppercase on first character #11

Open lorenzos opened 7 years ago

lorenzos commented 7 years ago

For some locales (for example, Italian) weekdays start with a lowercase letter. Lowercase letters are ugly when used in your picker. This fixes it by forcing uppercase on the first letter, so making all locales behave the same.

device-2017-04-08-191424

andrea-liu87 commented 4 years ago

Please merge this @TouchBoarder :) My project also facing same issue. Or do you have any other solution?