【开源】android-circlebutton

android-circlebutton

  •  https://github.com/markushi/android-circlebutton

    介绍:

    Circle button 控件

    运行效果:

    使用说明:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    <FrameLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent" >
        <at.markushi.ui.CircleButton
            android:layout_width="64dip"
            android:layout_height="64dip"
            android:src="@drawable/ic_action_tick"
            app:cb_color="#99CC00"
            app:cb_pressedRingWidth="8dip" />
    </FrameLayout>

posted on 2015-04-02 10:22  wasdchenhao  阅读(155)  评论(0)    收藏  举报

导航