Skip to content

Commit 78c3281

Browse files
authored
Update README.md
1 parent c7007ac commit 78c3281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ class DemoDialogFragment : DefaultViewBindingDialogFragment() {
209209

210210
</details>
211211

212-
### 7. `inflateViewBinding` extension methods on `ViewGroup`/`LayoutInflater`. [See example](https://github.com/hoc081098/ViewBindingDelegate/blob/master/app/src/main/java/com/hoc081098/example/DemoAdapter.kt)
213-
212+
### 7. `inflateViewBinding` extension methods on `ViewGroup`/`LayoutInflater`/`Context`. [See example](https://github.com/hoc081098/ViewBindingDelegate/blob/master/app/src/main/java/com/hoc081098/example/DemoAdapter.kt)
214213

214+
Can be used in `RecyclerView.Adapter # onCreateViewHolder` to easily create a `RecyclerView.ViewHolder` with a `ViewBinding`.
215215

216216
<details>
217217
<summary>Click to expand</summary>

0 commit comments

Comments
 (0)