How to send view to back ? How to control the z-order programmatically?

后端 未结 12 991
隐瞒了意图╮
隐瞒了意图╮ 2020-12-05 04:12

I have a problem to send the view to back. In Android we have a method like bringToFront(), to place the view on top of the another view. Like that, I want to p

12条回答
  •  攒了一身酷
    2020-12-05 04:35

    Please note that you can use view.setZ(float) starting from API level 21. Here you can find more info.

提交回复
热议问题