Cara Mengubah Orientasi LinearLayout di Recyclerview Android
mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, true));
android developer