AbsoluteLayout is deprecated. You should take a look at RelativeLayout. To set absolute position, use RelativeLayout.LayoutParams with setLayoutParameters.
-- Kostya Vasilyev -- http://kmansoft.wordpress.com 22.10.2010 1:36 пользователь "Mike Wasawsky" <[email protected]> написал: Hello. Can you help me with this? I'm making a android aplication, and I need creates buttons in the java files because the amount of buttons is variable and the coordinate of each button too. So, I don't know how set the coordinates x,y in java. Do you know what method i can use to set this values? Thanks for your answers. PD: Sorry my english. I hope that you can help me -- 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]<android-developers%[email protected]> For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- 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

