Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 in中的所有文本大写?TextViewandroid
TextView
android
安卓:textAllCaps="真"
适用于ICS及以上版本,但不适用于较低版本。我希望capitalisation在 xml 中而不是通过toUpper()编程方式使用。
ICS
capitalisation
toUpper()
利用android:inputType="textCapCharacters"
android:inputType="textCapCharacters"