Changing the position of the button
how do i change the 开发者_StackOverflow中文版position of my button in my screen dynamically???
example:
change the x position and my y position Can anyone help me?
For this, you have two options:
- Code your UI completely using Java (Full flexibility)
- Use layout parameter to set the layout to position (Limited settings)
精彩评论