How to add overlay view over other view in android?

前端 未结 3 1784
不思量自难忘°
不思量自难忘° 2021-01-11 17:41

I want to put button above image view.

How can i do this?

(Please, don\'t offer to set Background, cause i need ImageView)

3条回答
  •  囚心锁ツ
    2021-01-11 18:13

    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.

提交回复
热议问题