You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if there'd be an option to capitalize the text (make the first letter upper-case) or, alternatively, the option to pass in a lambda (String -> String) to customize the text in an arbitrary way.
It would be great if there'd be an option to capitalize the text (make the first letter upper-case) or, alternatively, the option to pass in a lambda (
String -> String
) to customize the text in an arbitrary way.Workaround: Hack the TextView like this.
The text was updated successfully, but these errors were encountered: