Skip to content

Commit a8b4b08

Browse files
committed
Merging changes from master
1 parent c9555a9 commit a8b4b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/main/java/com/daimajia/swipedemo/MyActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected void onCreate(Bundle savedInstanceState) {
2727
//sample1
2828

2929
sample1 = (SwipeLayout) findViewById(R.id.sample1);
30-
sample1.setShowMode(SwipeLayout.ShowMode.LayDown);
30+
sample1.setShowMode(SwipeLayout.ShowMode.PullOut);
3131
sample1.setDragEdges(SwipeLayout.DragEdge.Left, SwipeLayout.DragEdge.Right, SwipeLayout.DragEdge.Top);
3232
// When using multiple drag edges it's a good idea to pass the ids of the views that you're using for the left, right, top bottom views (-1 if you're not using a particular view)
3333
sample1.setBottomViewIds(R.id.bottom_wrapper, R.id.bottom_wrapper_2, R.id.starbott, SwipeLayout.EMPTY_LAYOUT);

0 commit comments

Comments
 (0)