I have finished the coding of my app, and am running Lint to make sure all performance issues are resolved.
I have created graphics for ldpi, mdpi, hdpi & xhdpi; but Lint is telling me something is wrong:
The image btn_homepage_journal.png varies significantly in its density-independent (dip) size across the various density versions:
drawable-xhdpi\btn_homepage_journal.png: 93x75 dp (186x149 px),
drawable-hdpi\btn_homepage_journal.png: 76x61 dp (114x92 px),
drawable-mdpi\btn_homepage_journal.png: 61x49 dp (61x49 px),
drawable-ldpi\btn_homepage_journal.png: 48x48 dp (36x36 px)
My mdpi test device is a Galaxy Ace, and my xhdpi test device is a Galaxy S3 and the graphics look fine.
I don't understand what this warning is trying to tell me: For my xhdpi image of 186x149 px (which fits perfectly in my xhdpi layout), what is the 93x75 dp referring to?
Here are the images I'm using in each dpi folder: