Skip to content

Commit 9409cb0

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a2d80b6 + 0f6d5c5 commit 9409cb0

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# WebViewList
2+
![image](https://github.com/348476129/WebViewList/blob/master/gif5新文件.gif)
23
解决了 Webview+RecyclerView的滑动冲突。能让两个控件协同滑动。
34
如何导入:
45

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

1516
dependencies {
16-
compile 'com.github.348476129:WebViewList:0.1.2'
17+
compile 'com.github.348476129:WebViewList:1.0.0'
1718
}
18-
使用方法:
19-
第一步:在xml中:
20-
用 WebScrollLayout 包裹 RecyclerView 代替 RecyclerView
19+
2120

22-
23-
第二步:在activity中:
21+
使用方法:
22+
23+
第一步:
24+
25+
用 WebScrollLayout 包裹 RecyclerView 代替 RecyclerView
26+
27+
第二步:
28+
29+
在activity中:
2430

2531
private RecyclerView recyclerView;
2632
private WebScrollLayout webScrollLayout;

gif5新文件.gif

887 KB
Loading

0 commit comments

Comments
 (0)