如何增加启动器图标的大小。我知道我的自定义启动器正在从drawable-mdpi文件夹&允许的图标大小为48x48。我不能再增加启动器图标的大小。 请帮帮我
答案 0 :(得分:0)
由系统本身预先设置的luacher图标,您只需在资源中添加每个版本的图标,并低于每个版本的标准尺寸
LDPI - 36 x 36 MDPI - 48 x 48 HDPI - 72 x 72 XHDPI - 96 x 96 WEB - 512 x 512
答案 1 :(得分:0)
有两种方式
1. Create your icon using 9-patch with your required size
2. Create different size of icon and put them in different drawable size. For this to know the size for specific like hdpi, mdpi etc just create sample/ open any exiting project which was created in juno(eclipse editor).
这里是不同设备的具体尺寸细节
ldpi-36x36
mdpi-48x48
hdpi-72x72
xdpi-96x96
web - 128x128