android - set default text to edit text, and hide it when onClick -
I want to create an edit text with text
"enter text, please" But when users click on this edittext - this text should be hidden.
myEditText SetHint ("Please enter text, please");
Comments
Post a Comment