I want to place an image button inside of EditText, but I don\'t have Idea please tell me how to do so as shown in the figure . Thanks
How about placing it in a RelativeLayout like this ?:
Also this way you´ll be able to handle the visibility of the Button (GONE / VISIBLE) in code.
Hope it helps.