We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3114538 commit bb92fd4Copy full SHA for bb92fd4
circular-floating-action-menu/README.md
@@ -262,7 +262,7 @@ stateChangeListener 为状态变化的监听器,开关都会响应相应的方
262
Animator属性动画以及其他动画的实现请参考我写的博客
263
[Android的动画效果](http://www.cnblogs.com/cpacm/p/4067283.html)
264
265
-###2.2 如何使用
+####4.3 如何使用
266
// Set up the white button on the lower right corner
267
// more or less with default parameter
268
ImageView fabIconNew = new ImageView(this);
@@ -305,4 +305,4 @@ Animator属性动画以及其他动画的实现请参考我写的博客
305

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