android-icons

How to import set of icons into Android Studio project

隐身守侯 提交于 2019-11-26 09:06:37
问题 I downloaded collection of icons from Android Developers center Each icon in this collection is ordered in forlders according to its resolution: drawable-hdpi, drawable-mdpi, drawable-xhdpi, drawable-xxhdpi. Is there a way to import all the 4 icon\'s files in one action to Android Studio or I need to copy it one by one? (when I used new->Image Asset , I had to fill a file path, I couldn\'t fill it with folder path) Update 25/2/15: According to this SO question, seems like there is a way to

Android - Launcher Icon Size

房东的猫 提交于 2019-11-26 01:09:44
问题 For HDPI , XHDPI , etc. what should be the ideal size of the launcher icon? Should I have to create 9-Patch images for the icon to scale automatically, or would it be better to create separate icons? 回答1: I would create separate images for each one: LDPI should be 36 x 36. MDPI should be 48 x 48. TVDPI should be 64 x 64. HDPI should be 72 x 72. XHDPI should be 96 x 96. XXHDPI should be 144 x 144. XXXHDPI should be 192 x 192. Then just put each of them in the separate stalks of the drawable