Android Drag and drop of button

前端 未结 3 610
旧时难觅i
旧时难觅i 2021-01-05 22:28

I am working in android, I am using a button. Now I want to perform drag and drop of this button.

This is my main.xml

 

        
3条回答
  •  Happy的楠姐
    2021-01-05 22:54

    you should get button's layout params, set left, right, top, bottom and set these layout params back to button

提交回复
热议问题