qoqa / glide-svg

Glide extension for SVG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glide SVG

Not maintained - Looking for adoption

⚠️ We don't use it anymore and so, we don't maintained this library.
If someone would like to fork it an maintained it, we can post a link here.

Installation

Use JitPack.io

repositories {
  ...
  maven { url 'https://jitpack.io' }
}
dependencies {
  ...
  implementation 'com.github.qoqa:glide-svg:4.0.2'
}

Usage

GlideApp.with(this)
  .load(url)
  .into(picto_view)

About

Glide extension for SVG

License:MIT License


Languages

Language:Kotlin 100.0%