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?
|
feedback
|
|
You can try in your main.xml file: android:selectAllOnFocus="true" | |||
|
feedback
|
| |||
feedback
|
|
I know you've found a solution, but really the proper way to do what you're asking is to just use the | |||||
feedback
|
|
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. | ||||
|
feedback
|