Skip to content

Commit

Permalink
Merge pull request #282 from Aqua-Ye/patch-1
Browse files Browse the repository at this point in the history
Missing vertical scrollbars in CustomUltimateRecyclerview
  • Loading branch information
jjhesk committed Feb 3, 2016
2 parents 6228e01 + 806c2a7 commit b9f24f9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>

</in.srain.cube.views.ptr.PtrFrameLayout>

Expand Down Expand Up @@ -56,4 +57,4 @@
android:layout_centerInParent="true"
android:visibility="gone" />

</RelativeLayout>
</RelativeLayout>

0 comments on commit b9f24f9

Please sign in to comment.