We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f9285 commit 665854aCopy full SHA for 665854a
README.md
@@ -55,7 +55,7 @@ The simplest way to use it is with LottieAnimationView:
55
```
56
57
Or you can load it programatically in multiple ways.
58
-From a json asset in res/assets:
+From a json asset in app/src/main/assets:
59
```java
60
LottieAnimationView animationView = findViewById(R.id.animation_view);
61
animationView.setAnimation("hello-world.json");
0 commit comments