On Sat, May 26, 2012 at 11:05 AM, Mark Carter <mjc1...@googlemail.com> wrote: > When using android:minSdkVersion less than 9, is it (or should it be) > standard practice to use "drawable-xhdpi-v9" instead of "drawable-xhdpi"?
It is not standard practice, nor would I recommend it. You use a -vNN resource set when you need *different* resources for a given API level (or higher). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in DC: http://marakana.com/training/android/ -- 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