Skip to content

Commit df6da78

Browse files
committed
First commit
1 parent 9be1d87 commit df6da78

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.markdown

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
动画自动加载

0 commit comments

Comments
 (0)