Как изменить ориентацию Linearlayout в Recyclerview Android
mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, true));
android developer