Skip to content

Commit 9d86096

Browse files
committed
Sync English Version-Menu
1 parent 08a1b8f commit 9d86096

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

English Version/README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -179,50 +179,47 @@ Similar App: google music
179179

180180
#### Third. Menu
181181
1. MenuDrawer
182-
滑出式菜单,通过拖动屏幕边缘滑出菜单,支持屏幕上下左右划出,支持当前View处于上下层,支持Windows边缘, ListView边缘, ViewPager变化划出菜单等。
182+
A slide-out menu implementation, which allows users to navigate between views in your app. Most commonly the menu is revealed by either dragging the edge of the screen, or clicking the 'up' button in the action bar. It support content below or up to menu when compare to SlidingMenu.
183183
Project Address: https://github.com/SimonVT/android-menudrawer
184184
Demo Apk: http://simonvt.github.io/android-menudrawer/
185-
Similar App: Gmail, Google Music等大部分google app
185+
Similar App: Gmail, Google Music
186186

187187
1. SlidingMenu
188-
滑出式菜单,通过拖动屏幕边缘滑出菜单,支持屏幕左右划出,支持菜单zoom, scale, slide up三种动画样式出现。
188+
An Android library that allows you to easily create applications with slide-in menus. It support animation when compare to MenuDrawer.
189189
Project Address: https://github.com/jfeinstein10/SlidingMenu
190190
Demo Apk: https://play.google.com/store/apps/details?id=com.slidingmenu.example
191191
Similar App: Foursquare, LinkedIn, Zappos, Rdio, Evernote Food, Plume, VLC for Android, ESPN ScoreCenter, MLS MatchDay, 9GAG, Wunderlist 2, The Verge, MTG Familiar, Mantano Reader, Falcon Pro (BETA), MW3 Barracks
192-
MenuDrawer和SlidingMenu比较:SlidingMenu支持菜单动画样式出现,MenuDrawer支持菜单view处于内容的上下层
193192

194193
1. ArcMenu
195-
支持类似Path的左下角动画旋转菜单及横向划出菜单, 圆心弹出菜单
194+
An android custom view which looks like the menu in Path 2.0 for iOS.
196195
Project Address: https://github.com/daCapricorn/ArcMenu
197196
Similar App: Path
198197
Renderings: ![Renderings](https://dl.dropboxusercontent.com/u/11369687/preview0.png)
199-
https://dl.dropboxusercontent.com/u/11369687/preview1.png
200-
https://dl.dropboxusercontent.com/u/11369687/raymenu.png
201198

202199
1. android-satellite-menu
203-
类似Path的左下角动画旋转菜单
200+
Android Satellite Menu
204201
Project Address: https://github.com/siyamed/android-satellite-menu
205202
Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/satellite-menu-demo.apk?raw=true
206203
Similar App: Path
207204

208205
1. radial-menu-widget
209-
圆形菜单,支持二级菜单
206+
A radial (pie) menu for Android
210207
Project Address: https://code.google.com/p/radial-menu-widget/
211208
Renderings: http://farm8.staticflickr.com/7377/11621125154_d1773c2dcc_o.jpg
212209

213210
1. Android Wheel Menu
214-
圆形旋转选取菜单
211+
Circular menu widget for Android.
215212
Project Address: https://github.com/anupcowkur/Android-Wheel-Menu
216213
Renderings: ![Renderings](https://raw.github.com/anupcowkur/Android-Wheel-Menu/master/graphics/wheel.gif)
217214

218215
1. FoldingNavigationDrawer
219-
滑动并以折叠方式打开菜单
216+
Folding navigation drawer for android.
220217
Project Address: https://github.com/tibi1712/FoldingNavigationDrawer-Android
221-
使用介绍:https://play.google.com/store/apps/details?id=com.ptr.folding.sample
218+
Demo Apk: https://play.google.com/store/apps/details?id=com.ptr.folding.sample
222219
Renderings: ![Renderings](https://lh6.ggpht.com/VnKUZenAozQ0KFAm5blFTGqMaKFjvX-BK2JH-jrX1sIXVTqciACqRhqFH48hc4pm2Q=h310-rw)
223220

224221
1. AndroidResideMenu
225-
仿 Dribbble 的边栏菜单
222+
The idea of ResideMenu is from Dribbble 1 and 2 likes iOS ResideMenu
226223
Project Address: https://github.com/SpecialCyCi/AndroidResideMenu
227224
Renderings: ![Renderings](https://github.com/SpecialCyCi/AndroidResideMenu/raw/master/2.gif)
228225
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ APP示例:Path
220220
1. FoldingNavigationDrawer
221221
滑动并以折叠方式打开菜单
222222
项目地址:https://github.com/tibi1712/FoldingNavigationDrawer-Android
223-
使用介绍https://play.google.com/store/apps/details?id=com.ptr.folding.sample
223+
Demo地址https://play.google.com/store/apps/details?id=com.ptr.folding.sample
224224
效果图:![Renderings](https://lh6.ggpht.com/VnKUZenAozQ0KFAm5blFTGqMaKFjvX-BK2JH-jrX1sIXVTqciACqRhqFH48hc4pm2Q=h310-rw)
225225

226226
1. AndroidResideMenu

0 commit comments

Comments
 (0)