[android-developers] Re: Layout Design

2016-12-16 Thread Jorge Antonio Muñoz Herbas
If you need only multiple resolutions, you can use one only layout and manage multiple dimens.xml for differnt resolutions, is better for maintainance. If you need multiple screens, tablets and others devices you must implements multiple layouts. This image is of my project:

Re: [android-developers] Re: Layout Design Question

2010-02-09 Thread Frank Weiss
I suggest you study the Android layout API carefully, download the Android sources, extend the Layout class with your custom Layout. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@goo

[android-developers] Re: Layout Design Question

2010-02-09 Thread Jose Gomez
I forgot to mention each thing on the circle is a button Sincerely Jose C Gomez http://www.josecgomez.com Sent from Jacksonville, Florida, United States On Tue, Feb 9, 2010 at 10:45 AM, Jose Gomez wrote: > Hey all, > > I am working on a project for which I have formulated a fairly complex > lay