Dhaval2404 / material-icon-generator-plugin

Import Material Design Icon into your android projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎯Material Icon Generator Plugin

Releases Downloads IntelliJ IDEA Android Studio Language PRWelcome Twitter

Built with ❤︎ by Dhaval Patel, Yusuke Konishi and contributors

This plugin will help you to set material design icons to your Android project. This project has been cloned and modified from the android-material-design-icon-generator-plugin.

🐱‍🏍Features:

  • Support Android Studio Multi-Module Architecture, You can select and add icons to particular module.
  • Added Support for multiple icon themes(Filled, Outline, Rounded, Two-Tone, Sharp)
  • Icons downloaded at the runtime instead of pre-build with plugin to reduce plugin size
  • Plugin size is just 240KB.

🎬Preview

material-icon-generator-plugin-demo.gif

🛠Installation Manually

  1. Download the material-icon-generator-plugin.zip

  2. File > Settings > Plugins > Setting Icon on Top >Install plugin from disk... Select material-icon-generator-plugin.zip above.

  3. Restart IntelliJ/Android Studio to activate plugin.

🛠Install IntelliJ Plugin Repositories

  1. File > Settings > Plugins > Browse repositories, then search Material Design Icon.

✔️Changelog

Version: 1.3

  • Sync icon database with Material Design Icons
  • Fixed few icon download issue

Version: 1.2

  • Sync icon database with Material Design Icons
  • Fixed icon search keyboard lagging issue
  • Select vector icon as default option

Version: 1.1

  • Fixed image padding issue when choose color other than black
  • Fixed image preview not visible issue
  • Added compatible with android studio 4.0+ #1
  • Added plugin icon

Version: 1.0

  • Initial Build

📃 Component Used

License

Copyright 2019-2021, Dhaval Patel
Copyright 2014-2015, Yusuke Konishi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Import Material Design Icon into your android projects

License:Apache License 2.0


Languages

Language:Java 100.0%