Como alterar a orientação do linearlayout no Android RecyclerView
mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, true));
android developer