pjivers
pjivers

Reputation: 1929

How do I force the use of LDPI images on an HDPI Android device?

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

Answers (1)

peter011235
peter011235

Reputation: 73

Why don't you just put the LDPI images in in the HDPI fold

Upvotes: 1

Related Questions