码迷,mamicode.com
首页 > 其他好文 > 详细

gitHub-高仿58同城加载动画

时间:2015-10-27 14:56:14      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

技术分享

导入方式:

/build.gradle

repositories {
    maven {
        url "https://jitpack.io"
    }
}

/app/build.gradle

dependencies {
            compile ‘com.github.zzz40500:android-shapeLoadingView:1.0.3.2‘
    }

使用方式:

直接在xml布局文件上引入即可,动画会自动加载

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
    android:layout_height="match_parent"         android:paddingLeft="@dimen/activity_horizontal_margin"
  android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
   android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">

    <com.mingle.widget.LoadingView
        android:id="@+id/loadView"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"/>
</RelativeLayout>

 github地址:https://github.com/zzz40500/android-shapeLoadingView

gitHub-高仿58同城加载动画

标签:

原文地址:http://www.cnblogs.com/shiwei-bai/p/4914121.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!