SeekBar with custom thumb and segmented text
问题 Hello All, I am looking for a seekbar like this image. I succeeded in setting background but problem is thumb and segments text below seek bar. Does anyone know solution Thank You 回答1: Using this library here is a minimum example code that worked for me: <com.infteh.comboseekbar.ComboSeekBar xmlns:custom="http://schemas.android.com/apk/res-auto" android:id="@+id/seekbar" android:layout_width="fill_parent" android:layout_height="wrap_content" custom:color="#000" custom:textSize="12sp" custom