美文网首页
非常帅气的进度条Loading

非常帅气的进度条Loading

作者: 就这样e | 来源:发表于2016-12-01 21:05 被阅读14次

警言:慎终如始!

GitHub地址:https://github.com/jiangqqlmj/FastDev4Android

相关博客:http://blog.csdn.net/developer_jiangqq/article/details/49612399

一.使用方式:

1.AndroidStudio框架引入配置:build.grade配置

dependencies {

compile'com.wang.avi:library:1.0.0'

compile'com.nineoldandroids:library:2.4.0'

}

二.当作普通控件使用(显示和隐藏)

xmlns:androidLinearLayoutxmlns:android="http://schemas.android.com/apk/res/android

xmlns:app="http://schemas.android.com/apk/res-auto"

android:orientation="vertical"

android:layout_width="match_parent"

android:layout_height="match_parent">

android:id="@+id/avloadingIndicatorView_BallClipRotatePulse"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:visibility="visible"

app:indicator="BallClipRotatePulse"

app:indicator_color="@color/red"

/>

三.效果图

                                                                                                                                                                                                                                             希望小伙伴们多多支持(如有错误,希望指出)

相关文章

  • 非常帅气的进度条Loading

    警言:慎终如始! GitHub地址:https://github.com/jiangqqlmj/FastDev4A...

  • 非常帅气的进度条Loading

    警言:慎终如始! GitHub地址:https://github.com/jiangqqlmj/FastDev4A...

  • clion loading cmake project 卡死

    clion stuck at "loading cmake project" 点击取消 loading 进度条重新...

  • Android自定义进度条

    核心代码: 动画进度条: loading_process_dialog_anim.xml loading.xml ...

  • 网页加载进度条

    定时器的进度条(假的) $(function(){ var loading=‘ ‘; $("body")....

  • js之进度条

    js之进度条 今天试学了一下进度条,感觉挺神奇的,其中收藏了几个网址,我贡献一下:https://loading....

  • APP有趣的Loading设计

    Loading在APP中非常常见,app的loading也是五花八门,各种loading,各种特色。然而回归需求本...

  • 帧动画-loading进度条

    帧动画 帧动画是最容易实现的一种动画,这种动画更多的依赖于完善的UI资源,他的原理就是将一张张单独的图片连贯的进行...

  • App嵌入H5页面白屏

    解决办法: 1.H5加入loading或者骨架屏 2.安卓加一个进度条 3.vue cdn加载

  • 合子厨房招募创业伙伴

    作者:华南小厨神(黄石) 今天是5月18号,眼看2016的进度条loading过半,一想到还有好多目标没完成,我每...

网友评论

      本文标题:非常帅气的进度条Loading

      本文链接:https://www.haomeiwen.com/subject/izhfmttx.html