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

DatePicker Buttons Cannot be Lower Case #167

Open
KyleBorth-Gravie opened this issue Oct 24, 2022 · 0 comments · May be fixed by #169
Open

DatePicker Buttons Cannot be Lower Case #167

KyleBorth-Gravie opened this issue Oct 24, 2022 · 0 comments · May be fixed by #169
Assignees
Labels
bug Something isn't working

Comments

@KyleBorth-Gravie
Copy link

All of the methods for creating MaterialDialogButtons have this line causing the button's text to be all uppercase, which I do not want. val buttonText = getString(res, text).uppercase(Locale.ROOT)
My designs call for only the first letter to be capitalized.

@KyleBorth-Gravie KyleBorth-Gravie added the bug Something isn't working label Oct 24, 2022
@PranavMaganti PranavMaganti linked a pull request Dec 18, 2022 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants