Saturday, June 25, 2011

[android-developers] Re: Droid X 2 issue

Most likely it's just hdpi. qHD is the name of the resolution. The
Atrix handles this just as extra space, like the older motorolas did
with the 854x480 rather than 800x480, it could just display a bit more
of your layout but it wouldn't scale up images or anything. So if you
are assuming that the screen is 320dp wide, you are in trouble. But if
your layout handles stretching well it should be fine.

(I have an Atrix and dev against it, I don't have a Droid X2)

-Kevin

On Jun 25, 9:42 pm, Zsolt Vasvari <zvasv...@gmail.com> wrote:
> normal-xhdpi, AFAIK.  But as long as your provide HDPI resources, it
> will upscale, so it's not something you need to worry about.
>
> There are other 540x960 devices out there, for example, the Motorola
> Atrix.
>
> On Jun 26, 10:10 am, limtc <thyech...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I got reported from Droid X 2 users regarding the resource issues on
> > new resolution... can anyone tell me what is the drawable type? hdpi?
> > large-hdpi? large-mdpi?
>
> > Any other devices using 540x960 resolutions?
>
> > Thanks!

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

No comments:

Post a Comment