您当前的位置: 首页 > 

模仿饿了么的加载效果

发布时间:2016-10-19 09:22:25 ,浏览量:0

BounceLoadingView
项目地址: niniloveyou/BounceLoadingView
简介:模仿饿了么的加载效果

模仿饿了么加载效果

System Requirement

Android API 11+, Because of the use of ValueAnimation, if you want use it on API 8, please use NineoldAndroids library in your project.

Usage
loadingView.addBitmap(R.mipmap.v4);

    or

    loadingView.addBitmap(bitmap);

    or

    loadingView.addBitmaps(mBitmapList);

    //set the shadow color
    loadingView.setShadowColor(Color.LTGRAY);

    //set the duration of animation
    loadingView.setDuration(800);

    loadingView.start();
关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    111319博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

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

微信扫码登录

0.1194s