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

Allow setting textAllCaps to change capitalization for month name #384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jarettmillard
Copy link

This will allow you to set android:textAllCaps="false" on the month name style to remove the capitalization. If the device's Android version is too old to support textAllCaps, the capitalization is still done in code for backwards compatibility.

Copy link

@cvarier cvarier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is absolutely necessary as we need a convenient way to modify the textAllCaps property, and currently the only way to do that is to override this method.

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

Successfully merging this pull request may close these issues.

2 participants