I have one button in an AbsoluteLayout in an XML file. From there I am able to set the (x,y) position of the button.
How can I get and set the (x,y) coordinates of t
Try using the layout-method of the View: http://developer.android.com/reference/android/view/View.html#layout(int,%20int,%20int,%20int)