Is there any way to redraw all items of RecyclerView?
RecyclerView
I have some Themes (in style.xml) and after changing the theme, I need the RecyclerView t
Resetting the Adapter worked for me, I called this inside onConfigChange
onConfigChange
myRecyclerView.setAdapter(myAdapter)