您当前的位置: 首页 > 

一个漂亮的视图预加载效果。

发布时间:2016-10-18 15:33:08 ,浏览量:0

FiftyShadesOf
项目地址: florent37/FiftyShadesOf
简介:一个漂亮的视图预加载效果。

An elegant context-care loading placeholder for Android

Usage
FiftyShadesOf.with(context)
             .on(view1, view2, view3)
             .start();

screen

Available attributes View Selector
FiftyShadesOf.with(context)

             .on(R.id.view1, R.id.view2, R.id.view3) //views id

             .on(view1, view2, view3) //views references

             .on(viewGroup) //group of views

             .exept(view1, view2) //skip a view

             .start();
Cross

(By Default)

FiftyShadesOf.with(context)
             .on(R.id.view)
             .start();

screen

Fade
FiftyShadesOf.with(context)
             .on(R.id.view)
             .fadeIn(true)
             .start();

screen

Download

In your module Download

compile 'com.github.florent37:fiftyshadesof:1.0.0'
关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    111301博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0854s