Android Drawble XHDPI only - avoid lint warning -
in project have drawables used in case of tablets. if put images on xhdpi, lint complains image should in other dimensions too. ignoring lint best approach in situation?
you can place image in drawable-nodpi
or in drawable
folder. not exist default need create folders in resources
Comments
Post a Comment