We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5421f04 commit e0215f0Copy full SHA for e0215f0
docs/full-example.md
@@ -67,4 +67,10 @@ List<TreeNode> roots = new ArrayList<>();
67
roots.add(root1);
68
69
treeViewAdapter.updateTreeNodes(roots);
70
+```
71
+
72
+Don't forget to setup the RecyclerView layout manager
73
74
+```java
75
+recyclerView.setLayoutManager(LinearLayoutManager(this));
76
```
docs/install.md
@@ -3,5 +3,5 @@
3
You can install TreeView easily from Maven Central
4
5
```groovy
6
-implementation 'io.github.amrdeveloper:treeview:1.1.4'
+implementation 'io.github.amrdeveloper:treeview:1.2.0'
7
0 commit comments