Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeywiiu authored Dec 15, 2017
1 parent d17f726 commit 98826cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

dependencies {
compile 'com.github.monkeywiiu:Xmenu:v5'
compile 'com.github.monkeywiiu:Xmenu:v5.1'
}
### Step2

Expand Down Expand Up @@ -49,3 +49,12 @@

![image](https://github.com/monkeywiiu/Xmenu/blob/master/menu.gif)

###ADDS
```
手动隐藏XMenu
viewList = PUtils.getInstance().getViewList();
for (int i = 0; i < viewList.size(); i++) {
viewList.get(i).hide();
}
```

0 comments on commit 98826cc

Please sign in to comment.