Closed silent10 closed 7 years ago
ScrollBar is appearing to the left of RecyclerView instead of the right. How to move it to right?
<android.support.v7.widget.RecyclerView android:id="@+id/recyclerview" android:layout_width="wrap_content" android:layout_height="336dp" android:layout_weight="6" selectedItemColor="#66ccff" android:visibility="invisible" /> <com.turingtechnologies.materialscrollbar.DragScrollBar android:id="@+id/dragScrollBar" android:layout_width="wrap_content" app:msb_recyclerView="@id/recyclerview" app:msb_lightOnTouch="false" app:msb_rightToLeft="false" android:layout_height="336dp" />
ScrollBar is appearing to the left of RecyclerView instead of the right. How to move it to right?