Awesome Drawable (Parent)

A tool to generate Drawable from Font Awesome

License

License

GroupId

GroupId

com.aranea-apps.android.libs
ArtifactId

ArtifactId

awesome-drawable-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Awesome Drawable (Parent)
A tool to generate Drawable from Font Awesome
Project URL

Project URL

http://github.com/darko1002001/awesome-drawable
Source Code Management

Source Code Management

http://github.com/darko1002001/awesome-drawable/

Download awesome-drawable-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.aranea-apps.android.libs/awesome-drawable-parent/ -->
<dependency>
    <groupId>com.aranea-apps.android.libs</groupId>
    <artifactId>awesome-drawable-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aranea-apps.android.libs/awesome-drawable-parent/
implementation 'com.aranea-apps.android.libs:awesome-drawable-parent:1.0.0'
// https://jarcasting.com/artifacts/com.aranea-apps.android.libs/awesome-drawable-parent/
implementation ("com.aranea-apps.android.libs:awesome-drawable-parent:1.0.0")
'com.aranea-apps.android.libs:awesome-drawable-parent:pom:1.0.0'
<dependency org="com.aranea-apps.android.libs" name="awesome-drawable-parent" rev="1.0.0">
  <artifact name="awesome-drawable-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aranea-apps.android.libs', module='awesome-drawable-parent', version='1.0.0')
)
libraryDependencies += "com.aranea-apps.android.libs" % "awesome-drawable-parent" % "1.0.0"
[com.aranea-apps.android.libs/awesome-drawable-parent "1.0.0"]

Dependencies

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

Project Modules

  • awesome-drawable
  • awesome-drawable-sample

Awesome Drawable

Based on the TextDrawable project here: https://github.com/devunwired/textdrawable

Usage:

You need to add the font to assets/ or you will get an exception when instantiating the AwesomeDrawable class.

Download

<dependency>
  <groupId>com.aranea-apps.android.libs</groupId>
  <artifactId>awesome-drawable</artifactId>
  <version>(insert latest version)</version>
</dependency>

or Gradle:

compile 'com.aranea-apps.android.libs:awesome-drawable:(insert latest version)'

License

Copyright 2013 Darko Grozdanovski

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.

Versions

Version
1.0.0