Mohammad Haidar
Mohammad Haidar

Reputation: 1135

How to create a phased Seekbar with text above start, middle, and end

This is exactly what i need Any help?

enter image description here

Upvotes: 0

Views: 452

Answers (2)

Harsh Patel
Harsh Patel

Reputation: 667

You can also use github library https://github.com/ademar111190/android-phased-seek-bar

It is very easy to use.

Upvotes: 0

Amit Vaghela
Amit Vaghela

Reputation: 22945

Use github Library, seekbar karabaralex/android-comboseekbar

<com.infteh.comboseekbar.ComboSeekBar xmlns:cbs="http://schemas.android.com/apk/res-auto"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        cbs:myColor="@android:color/black" />

Upvotes: 2

Related Questions