We found "Screen dimensions" suite for our case. layout-small-land have high prority than layout-land;
And the drawable-small need add 120dpi to let it scale rightly. Thanks a lot for point it out. On Sep 18, 7:20 am, Dianne Hackborn <[email protected]> wrote: > The names are in order of priority, so first ones are matched before later > ones and the most specific resource is used. This is described in the > documentation: > > http://developer.android.com/guide/topics/resources/resources-i18n.ht... > > Also you should -always- specify a density configuration for bitmap > resources, since a bitmap does not make sense without a density associated > with it, and the system can always scale from whatever density is available > to the needed density. > > > > > > On Thu, Sep 17, 2009 at 4:08 PM, gan <[email protected]> wrote: > > > Dianne: > > > Does the resource in folder: > > drawable-land-ldpi > > or > > drawable-land-120dpi > > should have high priority than > > drawable-land > > > This question is asked for we found resource in folder drawable- > > land-120dpi or drawable-land-ldpi is ignored > > when same resource existing in folder drawable-land. > > > Thanks > > gan > > > On Sep 4, 7:45 pm, gan <[email protected]> wrote: > > > Dianne, thanks for the confirmation. > > > > On Sep 4, 6:40 am, Dianne Hackborn <[email protected]> wrote: > > > > > No plans to; it is part of the screen density support that will be in > > the > > > > platform starting with Donut. > > > > > On Thu, Sep 3, 2009 at 3:24 PM, gan <[email protected]> wrote: > > > > > > Dianne, > > > > > > Does later version would remove this property? > > > > > > Thanks > > > > > gan > > > > > > On Sep 3, 11:41 pm, Dianne Hackborn <[email protected]> wrote: > > > > > > It only exists in Donut. The Donut code is not yet final, so this > > hasn't > > > > > > been discussed much yet. > > > > > > > On Thu, Sep 3, 2009 at 6:46 AM, gan <[email protected]> > > wrote: > > > > > > > > Hi, > > > > > > > > As far as I know modify "ro.sf.lcd_density" at "build.prop" can > > adjust > > > > > > > the UI be displayed rightly on QVGA device. > > > > > > > Does this property still take effect on donuts and later version? > > > > > > > > If not what should be noticed for adjust UI display rightly on > > QVGA > > > > > > > device(not emulator)? > > > > > > > > Thanks for clue about it. > > > > > > > gan > > > > > > > -- > > > > > > 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. > > > > > -- > > > > 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. > > -- > 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. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
