Skip to content

100%还原今日头条loading flash效果,换张图就可以引入项目中啦

License

Notifications You must be signed in to change notification settings

Ryan-Shz/FlashView

Repository files navigation

FlashView

Download

100%还原今日头条Loading Flash效果,可以引入自己的项目中,换张类似的图就OK。

效果图

Quick Start

导入

implementation 'com.ryan.github:flashview:1.0.0'

使用

FlashView flashView = findViewById(R.id.flash_view);
// 设置加载图片
flashView.setImage(R.drawable.flash);
// 开始加载
flashView.start();
// 停止加载
flashView.stop();

DONE~!

About

100%还原今日头条loading flash效果,换张图就可以引入项目中啦

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages