You are right, it is detected as normal, but 1024x...@240 is detected
as normal too and it should be detected as large. As I can see in
http://developer.android.com/guide/practices/screens_support.html only
screens of 160dpi can be large. I hope it will be fixed in future
versions.

On 20 ago, 03:30, Dianne Hackborn <hack...@android.com> wrote:
> 800x...@240dpi is definitely a normal screen.  If the device is reporting it
> as large, it is broken.
>
>
>
> On Wed, Aug 18, 2010 at 11:00 PM, Albert <alberto.cresp...@gmail.com> wrote:
> > Hi,
>
> > My application will have two layouts, one for large screens and one
> > for normal. For testing I'm working with one phone (800x480 240dpi)
> > and one tablet (1024x600 240dpi) but both are detected as large screen
> > hdpi and long aspect ratio, so I'm not able to assign different
> > layouts.
>
> > The only approach I think that can work is to create layout-large and
> > layout-normal, get the resolution and programmatically set the layout
> > folder. Is that possible?
>
> > --
> > 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<android-developers%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> 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