I want to know,Is it any widget like EditText which contains an cross button or is there any property for EditText by which it is created automatically.So by using that cross button I can delete whatever text written in EditText.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
Use the following layout:
You can use the button's id and perform whatever action you want on it's onClickListener method |
|||||||||
|
|
You can also check this for modified and extended answer ClearableEditText. |
|||||
|
|
If you happen to use DroidParts, I've just added ClearableEditText. Here's what it looks like with a custom background & clear icon set to
|
||||
|
|
where, x is:
|
|||

