5

I want have EditText and clear button(to the right of the EditText)to clear the text in the EditText and also want to implement accessibility on both of the elements.I can do in following ways :

  • By adding clear button as drawable right in the EditText.
  • By adding clear button as the separate button to the right of EditText in the layout.

I am keeping 2nd way as the optional if its not achievable by first way.I want know to if it is possible to have EditText and drawable right (clear button)to it and make both EditText and drawable accessible (ie when accessibility is on i want to first focus on EditText and then when in swipe or navigate focus should go to drawable clear button).

Thanks.

0 Answers0