Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin1/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadCym committed May 15, 2016
2 parents 9caeaca + 01b418e commit 709824d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
然后在dependencies添加:
```
dependencies {
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.6.4'
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.6.6'
}
```

Expand All @@ -54,14 +54,10 @@ public class QuickAdapter extends BaseQuickAdapter<Status> {
}
}
```
#如何添加item点击事件
#如何添加item点击、长按事件
```
mQuickAdapter.setOnRecyclerViewItemClickListener(new BaseQuickAdapter.OnRecyclerViewItemClickListener() {
@Override
public void onItemClick(View view, int position) {
//..
}
});
mQuickAdapter.setOnRecyclerViewItemClickListener();
mQuickAdapter.setOnRecyclerViewItemLongClickListener();
```
#新增添加子布局多个控件的点击事件
Adapter
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add it in your root build.gradle at the end of repositories:
Add the dependency
```
dependencies {
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.6.4'
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.6.6'
}
```

Expand Down

0 comments on commit 709824d

Please sign in to comment.