From a8b4b08c469621de6d35322ec48b3e48c3dd998a Mon Sep 17 00:00:00 2001 From: HarshEvilGeek Date: Mon, 16 Feb 2015 14:14:44 +0530 Subject: [PATCH] Merging changes from master --- demo/src/main/java/com/daimajia/swipedemo/MyActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/main/java/com/daimajia/swipedemo/MyActivity.java b/demo/src/main/java/com/daimajia/swipedemo/MyActivity.java index 11a5812..f3b06c9 100644 --- a/demo/src/main/java/com/daimajia/swipedemo/MyActivity.java +++ b/demo/src/main/java/com/daimajia/swipedemo/MyActivity.java @@ -27,7 +27,7 @@ public class MyActivity extends Activity { //sample1 sample1 = (SwipeLayout) findViewById(R.id.sample1); - sample1.setShowMode(SwipeLayout.ShowMode.LayDown); + sample1.setShowMode(SwipeLayout.ShowMode.PullOut); sample1.setDragEdges(SwipeLayout.DragEdge.Left, SwipeLayout.DragEdge.Right, SwipeLayout.DragEdge.Top); // 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) sample1.setBottomViewIds(R.id.bottom_wrapper, R.id.bottom_wrapper_2, R.id.starbott, SwipeLayout.EMPTY_LAYOUT);