File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #效果图先行#
2+
3+
4+
5+
6+
7+ ![ 58同城效果] ( http://upload-images.jianshu.io/upload_images/166866-7d4158de2ce40a9a.gif )
8+
9+ ![ 实现的效果] ( http://upload-images.jianshu.io/upload_images/166866-6e4012c1949aaa7a.gif )
10+
11+ #地址:#
12+ [ github 直达] ( https://github.com/zzz40500/android-shapeLoadingView )
13+ #usage#
14+
15+ 布局上
16+ ~~~
17+
18+ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
19+ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
20+ android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
21+ android:paddingRight="@dimen/activity_horizontal_margin"
22+ android:paddingTop="@dimen/activity_vertical_margin"
23+ android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">
24+
25+ <com.mingle.widget.LoadingView
26+ android:id="@+id/loadView"
27+ android:layout_width="fill_parent"
28+ android:layout_height="fill_parent"/>
29+ </RelativeLayout>
30+
31+ ~~~
32+
33+ 动画自动加载
You can’t perform that action at this time.
0 commit comments