File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
我的博客 [ 自己造轮子--android常用多条件帅选菜单实现思路(类似美团,爱奇艺电影票下拉菜单)] ( http://www.jianshu.com/p/d9407f799d2d )
5
5
6
6
##特色
7
+ - 支持多级菜单
7
8
- 你可以完全自定义你的菜单样式,我这里只是封装了一些实用的方法,Tab的切换效果,菜单显示隐藏效果等
8
9
- 并非用popupWindow实现,无卡顿
9
10
12
13
13
14
<a href =" https://raw.githubusercontent.com/dongjunkun/DropDownMenu/master/app/build/outputs/apk/app-debug.apk " >Download Demo</a >
14
15
16
+ 或者扫描二维码
17
+ <img src =" https://raw.githubusercontent.com/dongjunkun/DropDownMenu/master/art/download.png " />
18
+
15
19
##使用
16
20
添加DropDownMenu 到你的布局文件,如下
17
21
```
Original file line number Diff line number Diff line change 89
89
</content >
90
90
<orderEntry type =" jdk" jdkName =" Android API 23 Platform" jdkType =" Android SDK" />
91
91
<orderEntry type =" sourceFolder" forTests =" false" />
92
- <orderEntry type =" library" exported =" " name =" support-v4-23.1.1" level =" project" />
93
- <orderEntry type =" library" exported =" " name =" butterknife-6.1.0" level =" project" />
94
92
<orderEntry type =" library" exported =" " name =" support-annotations-23.1.1" level =" project" />
93
+ <orderEntry type =" library" exported =" " name =" support-v4-23.1.1" level =" project" />
95
94
<orderEntry type =" library" exported =" " name =" appcompat-v7-23.1.1" level =" project" />
95
+ <orderEntry type =" library" exported =" " name =" butterknife-6.1.0" level =" project" />
96
96
</component >
97
97
</module >
You can’t perform that action at this time.
0 commit comments