您的位置:首页 > 其它

安卓设计的一些东西

2016-06-14 15:02 471 查看

屏幕大小

尺寸pxdp
MDPI480*320480 * 320
HDPI960*540640*360
XHDPI1280*720640*360
XXHDPI1920*1080640*360
XXXHDPI2560*1440730*410 dp

Launcher图标大小

尺寸px
MDPI48*48
HDPI72*72
XHDPI96*96
XXHDPI144*144
XXXHDPI192*192

ActionBar, Dialog,Tab,Menu图标大小

尺寸px
MDPI32*32
HDPI48*48
XHDPI64*64
XXHDPI96*96
XXXHDPI128*128

Notification Bar图标大小

尺寸px
MDPI24*24
HDPI36*36
XHDPI48*48
XXHDPI72*72
XXXHDPI96*96

Contextual图标大小

尺寸px
MDPI16*16
HDPI24*24
XHDPI32*32
XXHDPI48*48
XXXHDPI64*64

图标下载

http://www.flaticon.com

这个是我最常用的,资源很多(需FQ)。

https://design.google.com/icons/

https://github.com/google/material-design-icons

谷歌提供的

图标开源项目

https://github.com/mikepenz/Android-Iconics

强力推荐这个开源项目,我目前在用的,有了这个,图标问题完美解决。

下面是作者的原话:


If you are an app developer you will know the problem. You start an app but require many different icons, in different sizes (ldpi, mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi), different colors, and different variants.

If you get the icons as vector (.svg) or there are many changes over the time, you will always have to get the correct drawables again.

This consumes a lot of time!



Now there’s an easy, fast, and small solution for this! The Android-Iconics library.

This library allows you to include vector icons everywhere in your project. No limits are given.

Scale with no limit, use any Color at any time, provide a contour, and many additional customizations…

Use the icons in the variation you need them.

PS:而且该项目的readme中包涵很多设计和资源下载的网站

扁平化颜色



Material Palette调色板

这个网站可以根据你选择的颜色,自动生成Material Design对应的颜值

http://www.materialpalette.com/blue/blue

持续更新

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: