I want to put button above image view.
How can i do this?
(Please, don\'t offer to set Background, cause i need ImageView)
I agree with @Cristian's answer. but also, If you need button's action listener you can add onClick method to your imageView without using button.
And also ImageButton. I hope this answer shows some path to solve your problem.