Click event on EditText's drawableRight not working properly?
问题 I need to open phone's contact book on the click of EditText 's drawableRight . Click event on drawableRight is working fine But the problem is, when I click/touch on anywhere on EditText it is also execute click event and open contact list. I take help for manage click event on drawableRight from here Please check this link. I don't want to open contact list when I click on EditText , I only want to open it when I click drawableRight (image). So how solve this problem? Here is my code: