Skip to content

Commit 51254ff

Browse files
committed
Merge pull request #40 from inferjay/master
Add CircularFloatingActionMenu and FloatingActionButton
2 parents 202742c + 68b9b14 commit 51254ff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@ Demo地址:https://play.google.com/store/apps/details?id=com.ptr.folding.sampl
237237
效果图:![Renderings](https://github.com/SpecialCyCi/AndroidResideMenu/raw/master/2.gif)
238238
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
239239

240+
241+
1. CircularFloatingActionMenu
242+
一个可定制的圆形的浮动菜单控件,类似于Path的圆形菜单。这个控件的可定制性更强,可以很容易的定制菜单出现消失时的动画,起始角度和半径。
243+
项目地址:https://github.com/oguzbilgener/CircularFloatingActionMenu
244+
Demo地址:https://github.com/oguzbilgener/CircularFloatingActionMenu/tree/master/samples
245+
效果图:![Renderings](https://raw.githubusercontent.com/oguzbilgener/CircularFloatingActionMenu/master/assets/circularfab.gif)
246+
240247
#### 四、ViewPager 、Gallery
241248
1. Android-ViewPagerIndicator
242249
配合ViewPager使用的Indicator,支持各种位置和样式
@@ -509,6 +516,12 @@ Demo地址:https://github.com/kpbird/chips-edittext-library/tree/master/ChipsE
509516
Demo地址:https://play.google.com/store/apps/details?id=info.hoang8f.fbutton.demo
510517
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
511518

519+
1. FloatingActionButton
520+
一个类似Android版Google+浮动功能按钮的控件,可以响应ListView的滚动事件。当列表向上滚动的时候会自动显示,向下滚动的时候自动隐藏。
521+
项目地址:https://github.com/makovkastar/FloatingActionButton
522+
Demo地址:https://github.com/makovkastar/FloatingActionButton/tree/master/
523+
效果图:![Renderings](https://raw.githubusercontent.com/makovkastar/FloatingActionButton/master/art/demo.gif)
524+
512525
#### 九、ScrollView
513526
1. Discrollview
514527
支持滚动时Item淡入淡出,平移,缩放效果的ScrollView

0 commit comments

Comments
 (0)