android:capitalize not working

前端 未结 7 1452
Happy的楠姐
Happy的楠姐 2021-02-07 22:16

I have a TextView. I\'m trying to capitalize the first letter in every word.

Here\'s the TextView:

 

        
7条回答
  •  感情败类
    2021-02-07 22:28

    @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!

提交回复
热议问题