anyone know where I can find the implementation th...
# android
d
anyone know where I can find the implementation the binding adapter that is used for the recyclerview
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
already look in
androidx.databinding:databinding-adapters
but its not there
g
This is not a data binding API, this is attribute of RecyclerView
d
ah thx