API Level < 21
Thumb is transparent, as expected.
<SeekBar .... android:splitTrack="false" />
For all API levels,
<Seekbar ..... android:background="@null" android:splitTrack="false" .... />
will work. It worked for me.