Sliding Menu extension
CreateMenuWithDefaultProperty: This block will create menu with default property.
list: list of items
icon: list of icon
menuOpened: if this parameter istrue
then Menu open automatically when it’s created
backgroundColor: Background color of menu
height: it can adjust the recycle view from Top to Bottom
spaceBetweenEachItem: it will give space between each item index
checkedPosition it will select the item at the given index
textSize: it can adjust the text size in recycle view
middleSpace: it can add just space between image and text in recycle view
CreateMenuWithCustomProperty: This block will create menu with custom property.
list: list of items
icon: list of icon
menuOpened: if this parameter istrue
then Menu open automatically when it’s created
dragDistance it can adjust the drag distance
menuViewElevation: it can adjust the menu elevation
menuViewScale: value range 0-1
menuViewTranslation: Menu View Y axis Translation DP to PX
backgroundColor: Background color of menu
height: it can adjust the recycle view from Top to Bottom
spaceBetweenEachItem: it will give space between each item index
checkedPosition it will select the item at the given index
textSize: it can adjust the text size in recycle view
middleSpace: it can add a space between image and text in recycle view
scrollingEnabled: true or false
OpenMenu: it can open menu through the blocks
CloseMenu: it can close menu through the blocks
IsOpenMenu: return true or false
IsCloseMenu: return true or false
IsMenuLocked: return true or false
OnMenuDragStart: This block will trigger when the menu drag
OnItemSelected: This block will trigger when any item has selected in menu
OnMenuDragEnd: This block will trigger when the menu drag is end
isDrag: return true or false
OnMenuDrag: direction 0-1
OnError : This block will trigger when any error occurs
TextTintColor : Text color
SelectedTextTintColor : Selected text color
IconTintColor : Icon color
SelectedIconTintColor : Selected icon color
SetCloseMenu : value true or false
SetOpenMenu : value true or false
SetMenuLocked : value true or false
Demo Blocks
Menu:
Download
Price: $10