We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2d80b6 + 0f6d5c5 commit 9409cb0Copy full SHA for 9409cb0
README.md
@@ -1,4 +1,5 @@
1
# WebViewList
2
+
3
解决了 Webview+RecyclerView的滑动冲突。能让两个控件协同滑动。
4
如何导入:
5
@@ -13,14 +14,19 @@ Add it in your root build.gradle at the end of repositories:
13
14
Step 2. Add the dependency
15
16
dependencies {
- compile 'com.github.348476129:WebViewList:0.1.2'
17
+ compile 'com.github.348476129:WebViewList:1.0.0'
18
}
- 使用方法:
19
- 第一步:在xml中:
20
- 用 WebScrollLayout 包裹 RecyclerView 代替 RecyclerView
+
21
22
-
23
-第二步:在activity中:
+使用方法:
+第一步:
24
25
+用 WebScrollLayout 包裹 RecyclerView 代替 RecyclerView
26
27
+第二步:
28
29
+在activity中:
30
31
private RecyclerView recyclerView;
32
private WebScrollLayout webScrollLayout;
gif5新文件.gif
887 KB
0 commit comments