Android 節點進度條

本項目基於BubbleSeekBar新增的功能。動態控制顯示遠點還是自定義的圖片。

使用:

<com.xw.repo.BubbleSeekBar
    android:id="@+id/demo_1_seek_bar_5"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="30dp"
    app:bsb_always_show_bubble="true"
    app:bsb_touch_to_seek="true"
    app:bsb_show_thumb_bitmap="true"
    app:bsb_thumb_width="20dp"
    app:bsb_thumb_height="30dp"
    app:bsb_thumb_image="@mipmap/trade_node_tips"
    app:bsb_track_size="4dp"
    app:bsb_second_track_size="4dp"
    app:bsb_bubble_text_size="13dp"
    app:bsb_section_count="4"
    app:bsb_show_section_mark="true"
    app:bsb_thumb_radius="20dp"
    app:bsb_thumb_radius_on_dragging="20dp"
    app:bsb_second_track_color="#32ADF5"
    app:bsb_track_color="#84878F"/>

git直通車demo地址

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章