I am trying to create a Edit text view in android, with arrow at Right. when i type something inside edit text , arrow should appear , and if i click that arrow , it should perform some action . Im able to place arrow using android:drawableLeft=”@drawable/arrow” . How can i make it interactive . Please help me in this ASAP .
Share
You cant perform Click action on Drawable instead you should have a Relative layout containing EditText and Button such as it appears inside EditText. Refer the below Layout XML