【开源】CircleLayout

CircleLayout

  •  https://github.com/dmitry-zaitsev/CircleLayout

    介绍:

    CircleLayout,布局的子元素散落在一个圆周上,CircleLayout还可以设定为pie模式,该模式下会显示成一个饼状图。

    运行效果:

    使用说明:

    1
    2
    3
    4
    5
    6
    7
    <ru.biovamp.widget.CircleLayout
        android: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模式:

    1
    app:layoutMode="pie"

    在pie模式下,多了几个属性:

    sliceDivider - 扇区之间的间隔颜色
    innerCircle - pie中心的颜色
    dividerWidth - 扇区之间的间隔大小

    pie模式效果图:

posted on 2015-03-31 12:31  wasdchenhao  阅读(135)  评论(0)    收藏  举报

导航