Skip to content

Commit bb92fd4

Browse files
committed
Update README.md
2.2如何使用 —> 4.3 如何使用
1 parent 3114538 commit bb92fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circular-floating-action-menu/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ stateChangeListener 为状态变化的监听器,开关都会响应相应的方
262262
Animator属性动画以及其他动画的实现请参考我写的博客
263263
[Android的动画效果](http://www.cnblogs.com/cpacm/p/4067283.html)
264264

265-
###2.2 如何使用
265+
####4.3 如何使用
266266
// Set up the white button on the lower right corner
267267
// more or less with default parameter
268268
ImageView fabIconNew = new ImageView(this);
@@ -305,4 +305,4 @@ Animator属性动画以及其他动画的实现请参考我写的博客
305305
![流程图](image/流程图.jpg "流程图")
306306

307307
###5. 杂谈
308-
动画的类型有点少,以及在屏幕尺寸异常的机子上测试时(如 mx3 的 1800x1080)会出现子选项偏离中心菜单键的问题,原因出在 view 的位置计算上,它没有考虑到一些特殊机型的机子。
308+
动画的类型有点少,以及在屏幕尺寸异常的机子上测试时(如 mx3 的 1800x1080)会出现子选项偏离中心菜单键的问题,原因出在 view 的位置计算上,它没有考虑到一些特殊机型的机子。

0 commit comments

Comments
 (0)