Comment changer l'orientation de LinearLayout dans RecyclerView Android
mRecyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, true));
android developer