AbsoluteLayout is deprecated. If you're using this ViewGroup, then
you're probably 'doing it wrong'. Android UI programming avoids
absolute placement values for components because there are so may
different screen types (resolutions, densities etc).

On Feb 29, 5:27 am, android developer
<[email protected]> wrote:
> 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 the button programmatically?
>
> Thanks all.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to