-2
*In android Edittext, i have set drawable left and right, i can make
click actions for drawable left and right but i cant check single
click and double click for it.*

**Multiple actions:**

1.left drawable click 2.right drawable click 3.single click 4.Double click 5.Clear text

prabhakaran
  • 147
  • 2
  • 13
  • Please be more specific so we can help you solve your problem, add some pictures, some code and explain further – Thorvald Feb 03 '17 at 14:54

2 Answers2

0

You can use GestureDetector. Check this link: https://developer.android.com/reference/android/view/GestureDetector.OnDoubleTapListener.html

reaven
  • 91
  • 4
0

There is some other question like you and they get solution.

Thanks to Mr.Hardik4560 who gives some solution in that question.

Please follow this link to get them. https://stackoverflow.com/a/13135554

I hope you get solution from this and solve your issue.

Community
  • 1
  • 1
Mr.Sandy
  • 4,299
  • 3
  • 31
  • 54