I want to provide drawables for:
- hvga and qvga phones (but those use hdpi drawables pretty well)
- hdpi phones
- xhdpi phones
- xxhdpi phones
- 7" tablets
- 10" tablets
I have folders:
- drawable-hdpi (used by phones up to 480x854 screens)
- drawable-xhdpi (used by phones like Galaxy S3)
- drawable-xxhdpi (used by phones like Galaxy S4)
- drawable-sw600dp (I would expect: used by 7" tablets)
- drawable-sw720dp (I would expect: used by 10" tablets)
My original problem was, I thought resources from drawable-sw720dp are not used, but they are! Some graphic designer gave me files with different names and I did not notice. My fault.
So no problem at all.