If I am using an Android device which prefers drawables from, say drawable-hdpi, can I still use a drawable from, for example the drawable-xxhdpi folder in my program? (Note: I have complete sets of icons for all resolutions).
(I would like to use extra high-res icons for some parts of my app)...