RecyclerView is shown with vertical orientation, and can not set this property, because orientation belongs to the LinearLayoutManager
object. Any way to simulate HORIZONTAL layout?
Anyway the linearLayoutManager
created in code is set to HORIZONTAL.
llm.setOrientation(LinearLayoutManager.HORIZONTAL);