As we saw, RecyclerView is more effective than ListView, so I prefer to use it in my project. But recently I have a trouble when put it in my custom ViewGroup. RecyclerView
I would prefer to use ContextThemeWrapper for that.
ContextThemeWrapper
First define in Style.xml:
And then whenever you initialize your RecyclerView use ContextThemeWrapper:
RecyclerView recyclerView = new RecyclerView(new ContextThemeWrapper(context, R.style.ScrollbarRecyclerView));