Skip to content

Commit cc50825

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 9003db5 + e6a5a97 commit cc50825

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2627
Just 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
5663
just call this function
5764
```
5865
setShowMenuIcon(true);

0 commit comments

Comments
 (0)