如何用 Lottie 动画替换 SwipeRefreshLayout 加载动画

How to replace SwipeRefreshLayout loading animation with a Lottie animation

我正在尝试用 Lottie 动画替换 SwipeRefreshLayout 加载动画

我已经浏览了 android arsenal 中列出的所有库,其中 none 可以满足我的要求,因为它们没有实现 Lottie 动画并且所有库都有预编码动画

我也试过这个库,它说 "LottieSwipeRefreshLayout" 来自 Github。但它不起作用,因为动画不可见,我不想为这么小的概念使用库请建议我实现的最佳方法。

像这样帮助我对我的任务非常重要

"LottieSwipeRefreshLayout" 对我有用。主要的收获是在你的回收视图、滚动视图、嵌套滚动视图等中使用属性 app:layout_type="content"

还可以在监听器 onTriggerListener 和 onProgressListener 中自定义 Lottie 动画修改,它们在 LottiePullToRefreshLayout 中被覆盖 class