You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.xml has error:
<com.lottiefiles.dotlottie.core.widget.DotLottieAnimation
android:id="@+id/lottie_view"
android:layout_width="200dp"
app:speed="3"
app:src="swinging.json"
android:layout_height="200dp" />
speed and src attributes name is incorrect.
animation can't be shown by xml's app:dotLottie_src attribute load
The text was updated successfully, but these errors were encountered:
README.xml has error:
<com.lottiefiles.dotlottie.core.widget.DotLottieAnimation
android:id="@+id/lottie_view"
android:layout_width="200dp"
app:speed="3"
app:src="swinging.json"
android:layout_height="200dp" />
speed and src attributes name is incorrect.
animation can't be shown by xml's app:dotLottie_src attribute load
The text was updated successfully, but these errors were encountered: