Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghajari authored Feb 5, 2021
1 parent 1c50a94 commit 3c18a37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,16 @@ AXrLottie.addFileExtension(new GZipFileExtension(".tgs"));
## [AXrLottieGlideDecoder](https://github.com/Aghajari/AXrLottie/wiki/AXrLottieGlideDecoder)
[AXrLottieGlideDecoder](https://github.com/Aghajari/AXrLottie/wiki/AXrLottieGlideDecoder) is a [Glide](https://github.com/bumptech/glide) integration library for displaying AXrLottieDrawable.

Example :
```java
Glide.with(this)
.load(Uri.parse("file:///android_asset/loader.json"))
.set(AXrLottieGlideOptions.ENABLED, true)
.set(AXrLottieGlideOptions.NAME, "loader.json")
.set(AXrLottieGlideOptions.NETWORK, false)
.into(imageView);
```

[Back to contents](#table-of-contents)

## AnimatedSticker - AXEmojiView
Expand Down

0 comments on commit 3c18a37

Please sign in to comment.