Android Capitalize characters not working in phone
问题 in my app, I want to allow the user to enter only upper case letters. So I used capitalize property. This is one part of code <EditText android:id="@+id/et5" android:layout_width="140dp" android:layout_height="wrap_content" android:layout_x="127dp" android:layout_y="219dp" android:maxLength="25" android:ems="10" android:singleLine="true" android:capitalize="characters" android:text="" /> In some cases I also tried this android:inputType="textCapCharacters" It works fine in emulator, But it is