-
一个酷炫的分享控件的Android代码
资源介绍
What's FlipShare ?
It's a cool way to show share widget.
Demo
Usage
step 1. Confirm your parentView to locate the share widget, and then you can custom by yourself.
FlipShareView share = new FlipShareView.Builder(this, mBtnLeftTop)
.addItem(new ShareItem("Facebook", Color.WHITE, 0xff43549C, BitmapFactory.decodeResource(getResources(), R.mipmap.ic_facebook)))
.addItem(new ShareItem("Twitter", Color.WHITE, 0xff4999F0, BitmapFactory.decodeResource(ge
- 上一篇: android(框架及UI设计)
- 下一篇: 《Android自定义组件开发详解》