Skip to content

Commit

Permalink
add StickyAndExpandable screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-miao committed Aug 19, 2016
1 parent 237a032 commit 4a8cada
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dependencies {

```
<br/>
### StickyAndExpandableRecyclerHeaderView(New)
![sticky_and_expandable_screenshot](https://raw.githubusercontent.com/captain-miao/me.github.com/master/screenshot/sticky_and_expandable.gif "sticky_and_expandable")

### RefreshRecyclerView
![load_more_screenshot](https://raw.githubusercontent.com/captain-miao/me.github.com/master/screenshot/refresh_and_load_more.gif "refresh_and_load_more")

Expand All @@ -46,7 +49,7 @@ dependencies {
<br/>

### Tips:
1. work with ViewPager: disableWhenHorizontalMove()
1. work with ViewPager: disableWhenHorizontalMove()
//2. work with LongPressed: setInterceptEventWhileWorking()
3. StickyRecyclerHeaderView work with addItemDecoration:
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Apr 09 22:23:48 CST 2016
#Fri Aug 19 22:21:21 CST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit 4a8cada

Please sign in to comment.