File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ class DemoDialogFragment : DefaultViewBindingDialogFragment() {
209
209
210
210
</details >
211
211
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 )
214
213
214
+ Can be used in ` RecyclerView.Adapter # onCreateViewHolder ` to easily create a ` RecyclerView.ViewHolder ` with a ` ViewBinding ` .
215
215
216
216
<details >
217
217
<summary>Click to expand</summary>
You can’t perform that action at this time.
0 commit comments