Android-ColorfulIcons

Application icons for Android apps.

License

License

GroupId

GroupId

com.github.ksoichiro
ArtifactId

ArtifactId

androidcolorfulicons
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

aar
Description

Description

Android-ColorfulIcons
Application icons for Android apps.
Project URL

Project URL

https://github.com/ksoichiro/Android-ColorufulIcons
Source Code Management

Source Code Management

https://github.com/ksoichiro/Android-ColorufulIcons

Download androidcolorfulicons

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ksoichiro/androidcolorfulicons/ -->
<dependency>
    <groupId>com.github.ksoichiro</groupId>
    <artifactId>androidcolorfulicons</artifactId>
    <version>0.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ksoichiro/androidcolorfulicons/
implementation 'com.github.ksoichiro:androidcolorfulicons:0.1.1'
// https://jarcasting.com/artifacts/com.github.ksoichiro/androidcolorfulicons/
implementation ("com.github.ksoichiro:androidcolorfulicons:0.1.1")
'com.github.ksoichiro:androidcolorfulicons:aar:0.1.1'
<dependency org="com.github.ksoichiro" name="androidcolorfulicons" rev="0.1.1">
  <artifact name="androidcolorfulicons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ksoichiro', module='androidcolorfulicons', version='0.1.1')
)
libraryDependencies += "com.github.ksoichiro" % "androidcolorfulicons" % "0.1.1"
[com.github.ksoichiro/androidcolorfulicons "0.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Maven Central

100+ application icons mainly for Android action buttons.

Usage

PNG files are in dist directory.
Just copy them to your project!

Create icons

As mentioned above, this project contains generated icons for Holo Dark color.
But if you want other icons, you can create by yourself.

Create icon with Holo and Material Design color palettes

If you want more colorful icons, you can create them by executing a script.

For example, if you want icons with Holo blue color, execute this:

./build.sh -t holo_blue -f src/ic_action_add.svg
Available colors

You can use the following color names for -t option.

  1. holo_light (#333333)
  2. holo_dark (#ffffff)
  3. holo_blue (#33b5e5)
  4. holo_purple (#aa66cc)
  5. holo_green (#99cc00)
  6. holo_yellow (#ffbb33)
  7. holo_red (#ff4444)
  8. holo_dark_blue (#0099cc)
  9. holo_dark_purple (#9933cc)
  10. holo_dark_green (#669900)
  11. holo_dark_yellow (#ff8800)
  12. holo_dark_red (#cc0000)
  13. mtrl_red (#e51c23)
  14. mtrl_pink (#e91e63)
  15. mtrl_purple (#9c27b0)
  16. mtrl_deep_purple (#673ab7)
  17. mtrl_indigo (#3f51b5)
  18. mtrl_blue (#5677fc)
  19. mtrl_light_blue (#03a9f4)
  20. mtrl_cyan (#00bcd4)
  21. mtrl_teal (#009688)
  22. mtrl_green (#259b24)
  23. mtrl_light_green (#8bc34a)
  24. mtrl_lime (#cddc39)
  25. mtrl_yellow (#ffeb3b)
  26. mtrl_amber (#ffc107)
  27. mtrl_orange (#ff9800)
  28. mtrl_deep_orange (#ff5722)
  29. mtrl_brown (#795548)
  30. mtrl_grey (#9e9e9e)
  31. mtrl_blue_grey (#607d8b)
  32. black (#000000)
  33. white (#ffffff)

Create all Holo Dark icons

If you want to build all icons with Holo Dark color on your own, then just run:

./build.sh

PNG files will be generated in dist directory.

See CONTRIBUTING for more details.

Sample Android app

You can check how they looks like on Android app by this command:

$ ./gradlew installDebug

TODO

  • map
  • shield
  • trash
  • bold
  • italic
  • telephone
  • friends
  • play
  • pause
  • other edit
  • cut
  • copy
  • paste
  • calendar
  • bookmark with star
  • keyboard
  • other mails
  • send
  • undo
  • redo
  • flag
  • bookmark
  • cloud
  • movie
  • refresh
  • other settings
  • other arrows
  • other clocks
  • back (arrow and x)
  • document
  • new document
  • export
  • import
  • share
  • attach
  • sort

License

Copyright (c) 2014 Soichiro Kashima
Licensed under MIT license.
See the bundled LICENSE file for details.

Versions

Version
0.1.1
0.1.0