Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
importre committed Aug 17, 2015
1 parent 445adac commit ff13ce8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions META-INF/plugin.xml
@@ -1,20 +1,23 @@
<idea-plugin version="2">
<id>importre.intellij.android.selector</id>
<name>Android Selector</name>
<version>0.1.1</version>
<version>0.1.2</version>
<vendor email="jaeweheo@gmail.com" url="http://import.re">
importre
</vendor>

<description><![CDATA[
<h1>Generate background drawable for selector</h1>
<h1>Generate selectors for background drawable</h1>
<br/>
Select `New -> AndroidSelector` with your `res` directory.<br><br>
Select `New -> AndroidSelector` with your `res` directory.
<br/><br/>
- ripple drawable is generated in drawable-v21 directory.<br>
- normal drawable is generated in drawable directory.<br>
- ripple drawable is generated in drawable-v21 directory.<br/>
- normal drawable is generated in drawable directory.<br/>
<h2>Dependency</h2>
<br/>
- com.android.support:appcompat-v7:22.+
]]></description>

Expand Down Expand Up @@ -48,6 +51,7 @@
<action id="importre.intellij.android.selector.AndroidSelector"
class="importre.intellij.android.selector.action.AndroidSelector"
text="Android Selector"
icon="/icons/santa.png"
description="Generate android selector xml files">
<add-to-group group-id="NewGroup" anchor="after"
relative-to-action="NewAndroidAssetImage"/>
Expand Down
Binary file added src/icons/santa.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icons/santa@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff13ce8

Please sign in to comment.