Small RecyclerView XML feature

devit951

Ildarov

Posted on April 10, 2019

Small RecyclerView XML feature

Did you know, that you can set RecyclerView layoutManager directly in XML, instead of always set RecyclerView layoutManager in the code?

Examples

Paste one of this attribute in your RecyclerView in XML.

For GridLayoutManager:
app:layoutManager="android.support.v7.widget.GridLayoutManager"

For LinearLayoutManager:
app:layoutManager="android.support.v7.widget.LinearLayoutManager"

And for StaggeredGridLayoutManager:
app:layoutManager="android.support.v7.widget.StaggeredGridLayoutManager"

💖 💪 🙅 🚩
devit951
Ildarov

Posted on April 10, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Small RecyclerView XML feature
android Small RecyclerView XML feature

April 10, 2019