On Thu, Jun 7, 2012 at 8:31 AM, Hitendrasinh Gohil <hitendrasin...@gmail.com
> wrote:

> Suppose i have one screen in which there are 2 section. One section has
> 700x800px image in background and other section has 580x800px background
> image.Each section contains different types of views.
> how can i manage with large/mdpi screen(i.e 1024x600)?
>

Stop thinking in pixels, and use layout managers to organize your screen.

Yes this means building a pixel-perfect background that you carefully
position your UI on top of is not going to work.  Well that's okay, because
unless there were only a few sizes of screens in all the world, it really
doesn't work. :)

In Android where there are backgrounds, these are designed to be things
that can be stretched when drawn as needed to fill whatever space they are
in.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to