Reputation: 978
I Want to Set TextView on a particular layout coordinates dynamically. eg i have cordinates (-58.418854,-275.28494). how can i set that textview on these coordinates?
Upvotes: 2
Views: 136
Reputation: 1231
Use
view.setX(); view.setY();
Developer guide link