On Wed, Oct 6, 2010 at 9:55 AM, Dmaxi <[email protected]> wrote:

> The only problem with this is the following.
> The developer creates a layout for large screens and assumes the width
> of the screen can be at least 800, so sets a UI component width to
> 750dip. It is density independent pixel so it should be fine for the
> 1024 pixel width of Samsung Galaxy Tab LCD but actually it is not.
> Android auto scales the component's size and multiplies it by 1.5. The
> result is the edges of the component are not visible on the screen.
> Is there any solution for this problem?
>

Don't assume the size is at least 800dp.  We haven't actually specified the
minimum dimensions for a large screen (yes this is something we really need
to do), but it is obviously not more than the Galaxy Tab's size. :}

-- 
Dianne Hackborn
Android framework engineer
[email protected]

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 [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