【开源】discreteSeekBar

discreteSeekBar

使用说明:

将控件放入xml中:

1
2
3
4
5
6
<org.adw.library.widgets.discreteseekbar.DiscreteSeekBar
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:min="2"
        app:max="15"
/>

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

导航