Skip to content

Commit

Permalink
added icons from v1.457
Browse files Browse the repository at this point in the history
  • Loading branch information
code-mc committed Jan 30, 2016
1 parent 609dbed commit 5ea4d1b
Show file tree
Hide file tree
Showing 15 changed files with 6,014 additions and 5,330 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A library containing over 1000 material vector icons that can be easily used as

- MinSdk 4
- LIVE previews and code completion in the Android Studio Designer (Does NOT work out of the box, see step 0 below!)
- Currently contains 1341 icons, you can look at them here: https://materialdesignicons.com
- Currently contains 1457 icons, you can look at them here: https://materialdesignicons.com
- Configured in less than a minute
- Adds about 200kb to your apk (so a wopping average of __170 bytes per icon__)

Expand All @@ -30,7 +30,7 @@ You don't have to worry about android including the file twice in your apk. Andr

```groovy
dependencies {
compile 'net.steamcrafted:materialiconlib:1.0.7'
compile 'net.steamcrafted:materialiconlib:1.0.8'
}
```

Expand Down
8 changes: 2 additions & 6 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -72,26 +72,22 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.0/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/de.hdodenhof/circleimageview/2.0.0/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/mockable-android-22.jar" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/resources" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/tmp" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/test-results" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" />
<orderEntry type="library" exported="" name="circleimageview-2.0.0" level="project" />
<orderEntry type="library" exported="" name="support-v4-22.2.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-22.2.0" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-22.2.0" level="project" />
<orderEntry type="library" exported="" name="circleimageview-2.0.0" level="project" />
<orderEntry type="module" module-name="materialiconlib" exported="" />
</component>
</module>
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'de.hdodenhof:circleimageview:2.0.0'
compile project(':materialiconlib')
/*compile project(':materialiconlib')*/
compile 'net.steamcrafted:materialiconlib:1.0.8'
}
2 changes: 1 addition & 1 deletion app/src/main/assets/enumjava.java

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/enumjavaenum.java

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/enumjavahex.java

Large diffs are not rendered by default.

Loading

0 comments on commit 5ea4d1b

Please sign in to comment.