Reputation: 1929
I have LDPI, MDPI, HDPI, and XHDPI drawables. I understand that Android selects the drawables that are appropriate for the device resolution, but I want to force an HDPI device to use LDPI drawables as an example of what NOT to do. I've tried referencing @drawable-ldpi/imagename, but it doesn't seem to work. Any help?
Upvotes: 0
Views: 490