Skip to content

Use proper way to set text all caps on old api

Using AllCapsTransformationMethod causes a lint error when run with build tools 2.3.1:

AllCapsTransformationMethod constructor can only be called from within the same library group (groupId=com.android.support)

This MR replaces that method with the proper way to do all caps.

Merge request reports