Working on this I noticed a difference in performance depending on where I put my assets. Counter-intuitively, ImageViews get drawn faster when I move my assets to drawable-hdpi when testing on a mdpi device (scaling factor of 1).
Are there any general rules to this? I'm not sure this can be applied to other cases because I've extended layouts and widgets here and there.