Well that's exactly the reason why absoluteLayout was deprecated. It works for only one screen size.
I will say use various layouts with sp margins to space out the buttons correctly. On Jan 30, 12:23 am, Martin <[email protected]> wrote: > Hi! > > For my game "Leonard Frog - Beta" in the market, I use an > AbsoluteLayout to place all the buttons in the correct position like > in the following image:http://digle.de/friends/LeonardFrogBig.jpg > > Now the AbsoluteLayout is deprecated. How can I place these buttons > now in the right position like in the image without using the > AbsoluteLayout? (I don't want to cover the frog and other things of my > background image). > > The other problem with my AbsoluteLayout was that my main page of the > game looks like this on smaller > devices:http://digle.de/friends/LeonardFrogSmall.jpg > > I hope, there is a solution for this. > > Greetings, Martin -- 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

