@@ -48,13 +48,17 @@ $.drawer.setContentView( main.getView() );
4848* ` drawerIndicatorEnabled ` _ (Boolean)_ - wether it should use the ActionBarDrawerToggle or not
4949* ` drawerIndicatorImage ` _ (String)_ - path to a custom drawer indicator image
5050* ` drawerLockMode ` _ (int)_ - sets the lock mode constant. TiDrawerLayout.LOCK_MODE_UNLOCKED (default), TiDrawerLayout.LOCK_MODE_LOCKED_CLOSED, TiDrawerLayout.LOCK_MODE_LOCKED_OPEN
51-
51+ * ` drawerArrowIcon ` _ (Boolean)_ - set this to ` true ` to get that fancy animation
52+ * ` drawerArrowIconColor ` _ (String)_ - sets the color of the drawerIcon animation
5253
5354## Methods
5455
5556* ` setLeftView() ` - sets the value for the ` leftView ` property
5657* ` setRightView() ` - sets the value for the ` rightView ` property
5758* ` setCenterView() ` - sets the value for the ` centerView ` property
59+ * ` replaceCenterView(view, backstack) ` - same as ` setCenterView ` but with second parameter
60+ * `view` _(Ti.UI.View)_ - the new centerView
61+ * `backstack` _(Boolean)_ - set this to `true` if you want to add this to the backstack
5862* ` toggleLeftWindow() ` - opens or closes the left drawer
5963* ` openLeftWindow() ` - opens the left drawer
6064* ` closeLeftWindow() ` - closes the left drawer
@@ -70,6 +74,8 @@ $.drawer.setContentView( main.getView() );
7074* ` setDrawerIndicatorEnabled() ` - sets the value for the ` drawerIndicatorEnabled ` property
7175* ` setDrawerIndicatorImage() ` - sets the value for the ` drawerIndicatorImage ` property
7276* ` setDrawerLockMode() ` - sets the value for the ` drawerLockMode ` property
77+ * ` setDrawerArrowIcon() ` - sets the value for the ` drawerArrowIcon ` property
78+ * ` setDrawerArrowIconColor() ` - sets the value for the ` drawerArrowIconColor ` property
7379
7480## Events
7581
0 commit comments