Skip to content

konifar/android-material-design-icon-generator-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

07e59c9 · Apr 28, 2018
Mar 17, 2016
Mar 19, 2016
Jul 6, 2015
Sep 16, 2016
Sep 16, 2016
Apr 15, 2018
Dec 4, 2015
Jan 8, 2016
Dec 30, 2014
Mar 19, 2016
Sep 16, 2016
Apr 20, 2017
Sep 16, 2016
Mar 19, 2016
Mar 20, 2016
Mar 19, 2016
Mar 19, 2016
Mar 19, 2016

Repository files navigation

Android Material Design Icon Generator Plugin

This plugin help you to set material design icons to your Android project.

capture

Installation

Manually

  1. Download the MaterialDesignIconGeneratorPlugin.zip

On MAC:

  1. Preference > Plugins > Install plugin from disk... Select MaterialDesignIconGeneratorPlugin.zip above.

On Linux or Windows:

  1. File > Settings... > IDE Settings > Plugins > Install plugin from disk... Select MaterialDesignIconGeneratorPlugin.zip above.

  2. Restart IntelliJ/Android Studio to activate plugin.

Install IntelliJ Plugin Repositories

On MAC:

Go Preference > Plugins > Browse repositories, then search material.

On Linux or Windows:

Go File > Settings... > IDE Settings > Plugins > Browse repositories, then search material.

capture

Development

$ git clone https://github.com/konifar/android-material-design-icon-generator-plugin.git
$ cd android-material-design-icon-generator-plugin
$ git submodule init
$ git submodule foreach git pull origin master
$ python script/copy_icons.py
$ python script/create_template.py

License

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.