Answers for "how to change orientation of linearlayout in recyclerview android"

1

how to change orientation of linearlayout in recyclerview android

mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, true));
Posted by: Guest on November-03-2021
1

how to change orientation of linearlayout in recyclerview android

mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, false));
Posted by: Guest on November-03-2021

Code answers related to "how to change orientation of linearlayout in recyclerview android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language