File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ Material home menu is a android library for creating material design home menus
44
55## Features built in:
66
7- 1 . Customization of HomeMenus
8- 2 . Based on Recycleview
9- 3 . Hide icon from menu is also available
10- 4 . MenuClick event
7+ 1 . Material Design HomeMenus
8+ 2 . Dragable Menus
9+ 3 . Both Vertical and GridMenu
10+ 4 . Hide icon from menu is also available
11+ 5 . MenuClick event
1112
1213
1314## Integration
@@ -25,7 +26,7 @@ allprojects {
2526
2627Just add it to your dependencies
2728```
28- implementation 'com.github.MuhammadTouseeq:MaterialHomeMenu-Library:1.0'
29+ implementation 'com.github.MuhammadTouseeq:MaterialHomeMenu-Library:1.0.1 '
2930```
3031
3132### Usage
@@ -52,7 +53,13 @@ Pass the ArrayList of HomeMenus
5253
5354```
5455
55- Hide MenuIcon
56+ ## show/Hide GridMenu
57+ just call this function
58+ ```
59+ setGridView(true)
60+ ```
61+
62+ ## Hide/Show MenuIcon
5663just call this function
5764```
5865 setShowMenuIcon(true);
You can’t perform that action at this time.
0 commit comments