Example #1
0
 public void IntializeRevealLayout(bool singleOpen = true)
 {
     if (this.ViewBinderHelper == null)
     {
         this.ViewBinderHelper = new SwipeRevealLayoutViewBinderHelper();
     }
     this.ViewBinderHelper.setOpenOnlyOne(singleOpen);
 }
Example #2
0
 public CustomListener(SwipeRevealLayoutViewBinderHelper helper, SwipeRevealLayout swipeLayout, string id)
 {
     _swipeLayout = swipeLayout;
     _helper      = helper;
     _id          = id;
 }