We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d3e67 commit 14c3135Copy full SHA for 14c3135
demo/src/main/java/com/daimajia/swipedemo/MyActivity.java
@@ -27,7 +27,7 @@ protected void onCreate(Bundle savedInstanceState) {
27
//sample1
28
29
sample1 = (SwipeLayout) findViewById(R.id.sample1);
30
- sample1.setShowMode(SwipeLayout.ShowMode.PullOut);
+ sample1.setShowMode(SwipeLayout.ShowMode.LayDown);
31
sample1.setDragEdges(SwipeLayout.DragEdge.Left, SwipeLayout.DragEdge.Right);
32
Toast.makeText(this, sample1.getDragEdge() + " is the drag edge", Toast.LENGTH_LONG).show();
33
sample1.addRevealListener(R.id.delete, new SwipeLayout.OnRevealListener() {
0 commit comments