I have an EditText with some dummy text in it. When the user clicks on it I want it to be selected so that when the user starts typing the dummy text gets deleted.
How can I achieve this?
|
|
|
You can try in your
|
|||||
|
|
This works if you want to do it programatically. |
||||
|
|
|
|||||
|
|
I know you've found a solution, but really the proper way to do what you're asking is to just use the |
|||||
|
|
Why don't you try android:hint="hint" to provide the hint to the user..!! The "hint" will automatically disappear when the user clicks on the edittextbox. its the proper and best solution. |
||||
|