繁体   English   中英

如何用 Lottie animation 替换 SwipeRefreshLayout 加载 animation

[英]How to replace SwipeRefreshLayout loading animation with a Lottie animation

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

我已经浏览了android库中列出的所有库,它们都不适合我的要求,因为它们没有实现 Lottie animation 并且所有库都预编码了 Z6F1C25ED1523962F1BBF9DEE9BE5092B

我也试过这个库,上面写着 Github 的“LottieSwipeRefreshLayout” 但它不起作用,因为 animation 不可见,我不想为这么小的概念使用库,请建议我最好的实现方法。

帮助我喜欢这对我的任务非常重要

“LottieSwipeRefreshLayout”为我解决了。 主要问题是在您的回收站视图、滚动视图、嵌套滚动视图等中使用属性 app:layout_type="content"。

还可以在 LottiePullToRefreshLayout class 中覆盖的监听器 onTriggerListener 和 onProgressListener 中自定义 Lottie animation 修改

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM