I have a TextView. I\'m trying to capitalize the first letter in every word.
Here\'s the TextView:
@Shine's answer is correct I don't know why it was down voted. android:capitalize was deprecated in API 3. Unfortunately the TextView docs fail to indicate this, the proof is burried in R.attr:
R.attr
Android studio also fails to inform you that this attribute is deprecated. Another 30 mins I'll never get back, thanks google!