Material Design Icon Generator Plugin

repository·master·Indexed 25 days ago

https://github.com/konifar/android-material-design-icon-generator-plugin

An IntelliJ/Android Studio plugin designed to help developers integrate Google's Material Design icons into Android projects.

Tokens
494
Snippets
2
Records
3
Agent score
32%

What's inside android-material-design-icon-generator-plugin

  1. Set up the development environment

    master

    If you are contributing to the project, follow these steps to clone the repository, initialize submodules, and prepare the icon and template scripts.

    1. Clone the repository.
    2. Initialize and update submodules.
    3. Run the icon copying and template creation scripts using Python.
    $ 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
  2. Install the Material Design Icon Generator Plugin manually

    master

    To install the plugin manually, download the MaterialDesignIconGeneratorPlugin.zip file and install it from your IDE's disk.

    On macOS:

    1. Go to Preference > Plugins > Install plugin from disk...
    2. Select the downloaded MaterialDesignIconGeneratorPlugin.zip.

    On Linux or Windows:

    1. Go to File > Settings... > IDE Settings > Plugins > Install plugin from disk...
    2. Select the downloaded MaterialDesignIconGeneratorPlugin.zip.

    Note: You must restart IntelliJ or Android Studio to activate the plugin after installation.

    https://github.com/konifar/android-material-design-icon-generator-plugin/raw/master/MaterialDesignIconGeneratorPlugin.zip