<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"/>
5.1.1 でコードをテストしています。変更android:scrollbarSize
しても効果はありません。増やしたり減らしたりしてみましたが変わりません。
幅を変更するには?