Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ compile 'com.lcodecorex:tkrefreshlayout:1.0.3'
#### 2.在xml中添加TwinklingRefreshLayout
```xml
<?xml version="1.0" encoding="utf-8"?>
<com.lcodecore.library.TwinklingRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
<com.lcodecore.tkrefreshlayout.TwinklingRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/refreshLayout"
android:layout_width="match_parent"
Expand All @@ -40,7 +40,7 @@ compile 'com.lcodecorex:tkrefreshlayout:1.0.3'
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#fff" />
</com.lcodecore.library.TwinklingRefreshLayout>
</com.lcodecore.tkrefreshlayout.TwinklingRefreshLayout>
```

#### 3.在Activity或者Fragment中配置
Expand Down Expand Up @@ -252,4 +252,4 @@ startAnim则是在onRefresh/onLoadMore之后才会回调的过程(此处是显
#### v1.01
- 支持了RecyclerView、ScrollView、AbsListView、WebView
- 支持越界回弹
- 支持个性化Header、Footer
- 支持个性化Header、Footer