Ejemplo n.º 1
0
 private void initSwipeBack() {
   mHelper = new SwipeBackActivityHelper(this);
   mHelper.onActivityCreate();
   getSwipeBackLayout().setEdgeTrackingEnabled(SwipeBackLayout.EDGE_LEFT);
   getSwipeBackLayout().setEdgeSize(100);
 }