tvgrid
tvgrid copied to clipboard
doesn't wokr with reversed linear manager
When I set layout manager to reversed right to left linear but it doesn't highlight, if i set it to left right order it works! tvGridView.setLayoutManager(new LinearLayoutManager(getActivity(), LinearLayoutManager.HORIZONTAL, true));
I'll look into it when I get time.