Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- EditText editText = (EditText) findViewById(R.id.editText);
- String text = editText.getText().toString();
- text = text.toUpperCase();
- editText.setText(text);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement