Material Design Icons for Android-将图标做成字体的形式, 不用在加载图标资源.zip

时间:2022-10-13 22:22:02
【文件属性】:

文件名称:Material Design Icons for Android-将图标做成字体的形式, 不用在加载图标资源.zip

文件大小:1.12MB

文件格式:ZIP

更新时间:2022-10-13 22:22:02

开源项目

介绍:将图标做成字体的形式,直接在项目中使用Material图标,不用自己去加载资源文件,也不用管图标的大小适配。还能能自动根据主题显示不同的图标颜色。项目地址: https://github.com/vin89423/material-design-icons-for-android运行效果:使用说明:在actionBar或者ToolBar中使用:MaterialIcon md = new MaterialIcon(this);menu.add("Account Circle").setIcon( materialIconmd.getMenuDrawable("ic_account_circle") );在ImageView中使用:MaterialIcon md = new MaterialIcon(this);ImageView img = (ImageView) view.findViewById(R.id.imgView);img.setImageDrawable( md.getDrawable(context, "ic_3d_rotation") );在ImageView中使用(静态调用的方式)ImageView img = (ImageView) view.findViewById(R.id.imgView);img.setImageDrawable( MaterialIcon.getDrawable(context, "ic_3d_rotation") );


【文件预览】:
material-design-icons-for-android-master
----sample()
--------res()
--------ic_launcher-web.png(34KB)
--------src()
--------.project(821B)
--------.classpath(466B)
--------project.properties(705B)
--------AndroidManifest.xml(868B)
--------libs()
----library()
--------res()
--------src()
--------.project(824B)
--------project.properties(584B)
--------AndroidManifest.xml(265B)
----LICENSE(11KB)
----sample.gif(192KB)
----README.md(2KB)

网友评论