On Fri, Sep 7, 2012 at 3:47 PM, Leo <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

