I\'m using a ScrollView and I want to set the ScrollBar size, but everything I tried failed.
I tried with attribute android:scrollbarSize, with style, with the theme but nothing
Try implementing android:scrollbarThumbVertical and android:scrollbarSize="1dp" together, and your problem will be solved for ScrollView, RecyclerView.