In my project I have drawables that are used only in case of tablets. So if I put the images on the XHDPI, lint complains that the image should be in the other dimensions too. Is ignoring lint the best approach in this situation?
Asked
Active
Viewed 172 times
0
-
I think not. This can cause unexpected errors. Can't you put some images with the same names inside other folders too. Perhaps use blank (transparent images) just to work around this compatibility issue. – g00dy Mar 04 '13 at 09:13
-
Ideally you should put image files in other folders. Just resize them, but be careful if images a .9.png. Resizing will not work properly then. – Master Chief Mar 04 '13 at 09:20
1 Answers
0
You can place image in drawable-nodpi
or in drawable
folder. They are not exist by default you need to create folders in your resources

Pragnani
- 20,075
- 6
- 49
- 74