Is there a way to set the background text of an EditText? for instance, I have a login screen with 2 EditText views, one for username and one for password. I want the text \
The hint property will take care of that for you.
hint
Use hint property, or setHint method.