Android Studio – RecyclerView wont change orientation
I am trying to allign my cardViews horizontally inside my recyclerView, but when i change the orientation attribute in the XML nothing changes. Does anyone know which other factors are involved? Could there be a problem in the adapter or…