Skip to content

Commit 52875f9

Browse files
committed
更新
1 parent 81fb054 commit 52875f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
我的博客 <a href="http://blog.csdn.net/djk_dong/article/details/46865929">高仿美团筛选菜单</a>
55

66
##特色
7-
- 你可以完全自定义你的菜单样式,我这里只是封装了一些实用的方法,Tab的切换效果,菜单显示隐藏等
7+
- 你可以完全自定义你的菜单样式,我这里只是封装了一些实用的方法,Tab的切换效果,菜单显示隐藏效果等
88
- 并非用popupWindow实现,无卡顿
99

1010
##ScreenShot
@@ -19,7 +19,7 @@
1919
android:id="@+id/dropDownMenu"
2020
android:layout_width="match_parent"
2121
android:layout_height="match_parent"
22-
app:ddmenuTextSize="13px" //tab字体大小
22+
app:ddmenuTextSize="13sp" //tab字体大小
2323
app:ddtextUnselectedColor="@color/drop_down_unselected" //tab未选中颜色
2424
app:ddtextSelectedColor="@color/drop_down_selected" //tab选中颜色
2525
app:dddividerColor="@color/gray" //分割线颜色

0 commit comments

Comments
 (0)