8000 GitHub - mgambati/android-iconify: Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mgambati/android-iconify

 
 

Repository files navigation

android-iconify

About this fork

This is a fork to keep Iconify alive for edx-android-app, there as many modifications from the original code from @JoanZapata that EDX team made. I removed all font packages that aren't used and only FontAwesome is available for now, I also updated builds to latest Android libraries.

Install

If you want to use this in your project, it is available from Jitpack.

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.mgambati.android-iconify:android-iconify:3.0.0'
    implementation 'com.github.mgambati.android-iconify:android-iconify-fontawesome:3.0.0'
}

Docs and attribution

Original docs and code is available on JoanZapata/android-iconify.

About

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0