Skip to content

Commit

Permalink
Missing vertical scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqua-Ye committed Feb 2, 2016
1 parent 6228e01 commit 806c2a7
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 806c2a7

Please sign in to comment.