We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f1c0f commit 24166ccCopy full SHA for 24166cc
1 file changed
README.md
@@ -6,6 +6,11 @@
6
This project demonstrates how to implement Horizontal Sticky Headers in a ``RecyclerView`` using a
7
``HHeaderItemDecoration`` a custom ``RecyclerView.ItemDecoration`` class in Kotlin.
8
9
+Note
10
+----
11
+
12
+⚠️ This library work only with fixed width in ``RecyclerView.ViewHolder``.
13
14
Screenshots
15
-----------
16
@@ -82,11 +87,6 @@ Do you want to contribute?
82
87
83
88
Please, do it! We'd like to improve this library with your help :)
84
89
85
-Note
86
-----
-
-⚠️ This library work only with fixed width in ``RecyclerView.ViewHolder``.
90
License
91
-------
92
0 commit comments