diff --git a/UltimateRecyclerView/ultimaterecyclerview/src/main/res/layout/custom_recycler_view_layout.xml b/UltimateRecyclerView/ultimaterecyclerview/src/main/res/layout/custom_recycler_view_layout.xml index 1d6c8599..f773588c 100644 --- a/UltimateRecyclerView/ultimaterecyclerview/src/main/res/layout/custom_recycler_view_layout.xml +++ b/UltimateRecyclerView/ultimaterecyclerview/src/main/res/layout/custom_recycler_view_layout.xml @@ -22,7 +22,8 @@ android:id="@+id/ultimate_list" android:background="#ffffff" android:layout_width="match_parent" - android:layout_height="match_parent"/> + android:layout_height="match_parent" + android:scrollbars="vertical"/> @@ -56,4 +57,4 @@ android:layout_centerInParent="true" android:visibility="gone" /> - \ No newline at end of file +