Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/MarsVard/IonIconView

IonIconView based on the awesome icons provided by ionicons.com
https://github.com/MarsVard/IonIconView

Last synced: about 2 months ago
JSON representation

IonIconView based on the awesome icons provided by ionicons.com

Lists

README

        

![IonIconView](https://raw.github.com/MarsVard/IonIconView/master/fancyad.png "the fancy ad")

Usage
=====

Add the repository and dependency to your project

Add this line to the root layout in your xml
```xml
xmlns:ioniconview="http://schemas.android.com/apk/res-auto"
```

now you can use iconviews and populate view the with any of [these](http://ionicons.com/) icons

```xml

android:textSize="40dp"
android:textColor="#ff0000"
/>
```

Available Icons
=====
for a list of available icons please check out [ionicons.com](http://ionicons.com/)
ion-loading becomes ion_loading
ion-ionic becomes ion_ionic

Credits
=====
All credits go out to [ionicons.com](http://ionicons.com/)

Maven Repository
=====

Ready to use android library including rotating icons!

To use, add the following to your project's build.gradle file:

```gradle

repositories {
maven { url 'https://github.com/MarsVard/IonIconView/raw/master/maven' }
}

dependencies {
compile 'be.webelite:ion-iconview:1.0.+@aar'
}

```

thanks to @Sonelli for explaining how maven works :)