Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxikang committed Aug 29, 2016
2 parents a2d80b6 + 0f6d5c5 commit 9409cb0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# WebViewList
![image](https://github.com/348476129/WebViewList/blob/master/gif5新文件.gif)
解决了 Webview+RecyclerView的滑动冲突。能让两个控件协同滑动。
如何导入:

Expand All @@ -13,14 +14,19 @@ Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency

dependencies {
compile 'com.github.348476129:WebViewList:0.1.2'
compile 'com.github.348476129:WebViewList:1.0.0'
}
使用方法:
第一步:在xml中:
用 WebScrollLayout 包裹 RecyclerView 代替 RecyclerView



第二步:在activity中:
使用方法:

第一步:

用 WebScrollLayout 包裹 RecyclerView 代替 RecyclerView

第二步:

在activity中:

private RecyclerView recyclerView;
private WebScrollLayout webScrollLayout;
Expand Down
Binary file added gif5新文件.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9409cb0

Please sign in to comment.