RiderCardDrawer pullableEdge change to TOP
This commit is contained in:
@@ -44,9 +44,9 @@ class RiderCardDrawer extends Drawer {
|
||||
|
||||
overlaySkin = new RectangleSkin(SolidColor(Constants.MAIN_COLOR3, 1));
|
||||
swipeCloseEnabled = true;
|
||||
//swipeOpenEnabled = false;
|
||||
swipeOpenEnabled = false;
|
||||
autoSizeMode = STAGE;
|
||||
pullableEdge = LEFT;
|
||||
pullableEdge = TOP;
|
||||
clickOverlayToClose = false;
|
||||
|
||||
// main Layout
|
||||
|
||||
Reference in New Issue
Block a user