Skip to content

zzz40500/android-shapeLoadingView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c59f084 · May 8, 2017

History

24 Commits
May 5, 2017
May 5, 2017
May 5, 2017
May 5, 2017
Apr 6, 2015
May 29, 2015
Aug 31, 2015
Jun 14, 2015
May 5, 2017
Aug 10, 2015
Apr 6, 2015
Apr 6, 2015
Apr 6, 2015

Repository files navigation

#效果图先行#

58同城效果

实现的效果

#地址:# github 直达

Android Arsenal ###gradle
/build.gradle

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

/app/build.gradle

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

#usage#

布局上


<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>

动画自动加载