Not a duplication question, so please read first.
I am trying to make my seekbar look like this . The problem is, there is no such library on github or any code for that for android. How do I do that? This is the closest solution but it supports only 3 colors:
<item android:id="@android:id/background">
<!-- background -->
<shape>
<corners android:radius="0dip" />
<gradient
android:angle="0"
android:centerColor="#FF5A00"
android:centerY="0"
android:endColor="#FF5A00"
android:startColor="#FF5A00" />