emce / typiconic

Based on Iconic from JoanZapata library for Typicons widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typiconic (unmaintained)

Based on Iconic from JoanZapata's android-iconify library, allowing to use all advantages of 308 icon font named Typicons.

This library adds 2 new widgets to Android, that is TypiconTextView and TypiconButton. These two widget allows anybody to put icon before text or just icon in text widget.

One can also use TypiconicDrawable to generate Drawable based on any glyph from font.

ChangeLog

v.1.0.2

  • Typicons font updated to version 2.0.3 (336 glyphs) v.1.0.1
  • added *.jar

Sample application

Get sample application from Google Play

Alt

Get it

Grab the JAR or add a dependency from Maven central:

dependencies {
  debugCompile 'mobi.cwiklinski:typiconic:1.0.2'
}

License

Copyright 2013 Michał Ćwikliński

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.

About

Based on Iconic from JoanZapata library for Typicons widgets

License:Apache License 2.0


Languages

Language:Java 100.0%