Friday, September 7, 2012

Re: [android-developers] How can I put different resources for different dpi on ICS with the same sw800dp smallest width?

Hah, that was my initial condition - I want to provide images for different resolutions in order to gain sharp look of my app.
If the system scales the images for me then we'll see blurred graphics....

On Friday, September 7, 2012 11:52:56 PM UTC+4, Mark Murphy (a Commons Guy) wrote:
On Fri, Sep 7, 2012 at 3:47 PM, Leo <leonid...@gmail.com> wrote:
> I can't drop sw800dp qualifier - I have separate images for different
> resolutions so I need this qualifier.
> Currently I have the following directories:
> drawable-sw600dp-mdpi = for tablets with 600x1024 and so on
> drawable-sw600dp-tvdpi = for Nexus 7 and similar
> drawable-sw800dp-mdpi = for 1280x800 tablets
> drawable-sw800dp-hdpi = for Full HD tablets

You can dump -tvdpi. Even Google doesn't use that too often, allowing
the OS to scale the images from one of the other density buckets.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 4.1 Available!

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