<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ddd"
android:fadeScrollbars="true"
android:scrollbarSize="12dp"
android:orientation="vertical"
android:scrollbars="vertical"/>
I am testing the code on 5.1.1. Changing android:scrollbarSize
has no effect. I tried increasing and decreasing it, no change.
How to change the width?