【开源】CircleLayout
CircleLayout
- https://github.com/dmitry-zaitsev/CircleLayout
介绍:
CircleLayout,布局的子元素散落在一个圆周上,CircleLayout还可以设定为pie模式,该模式下会显示成一个饼状图。运行效果:
![]()
使用说明:
1234567<ru.biovamp.widget.CircleLayoutandroid:layout_width="match_parent"android:layout_height="match_parent"android:background="@android:color/white"app:angleOffset="90.0"><!-- Add here any views you want --></ru.biovamp.widget.CircleLayout>设置如下属性变成pie模式:
1app:layoutMode="pie"在pie模式下,多了几个属性:
sliceDivider - 扇区之间的间隔颜色
innerCircle - pie中心的颜色
dividerWidth - 扇区之间的间隔大小pie模式效果图:
![68747470733a2f2f7261772e6769746875622e636f6d2f646d697472792d7a6169747365762f436972636c654c61796f75742f6d61737465722f7069652e6a7067.jpg]()
posted on 2015-03-31 12:31 wasdchenhao 阅读(135) 评论(0) 收藏 举报


浙公网安备 33010602011771号