Re: [android-developers] Choosing resolution over density for drawables

2010-07-04 Thread Kostya Vasilyev

Stephen,

There is a whole bunch of qualifiers for resource folder names, 
described here:


http://developer.android.com/guide/topics/resources/providing-resources.html#AlternativeResources

You can do things like

res/drawable-large, which should match both 480x800 and 480x854.

-- Kostya

04.07.2010 11:12, Stephen Lebed пишет:

I'm looking for a way to tell Android to use a specific drawable
folder for specific device resolutions.  I have graphics designed for
320x480 displays and 480x800 displays.  Android wants to automatically
pick the best graphics based on density.  Is there a way to work
around that?  If the device supports 480x800 resolution, I'd like to
use that, irregardless of density.

Thanks,
Stephen


   



--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

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


[android-developers] Choosing resolution over density for drawables

2010-07-04 Thread Stephen Lebed
I'm looking for a way to tell Android to use a specific drawable
folder for specific device resolutions.  I have graphics designed for
320x480 displays and 480x800 displays.  Android wants to automatically
pick the best graphics based on density.  Is there a way to work
around that?  If the device supports 480x800 resolution, I'd like to
use that, irregardless of density.

Thanks,
Stephen


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