Regarding background removal, I managed to do it as follows. Here the empty line is transparent 1x1 pixel png
<SeekBar
android:id="@+id/bar"
android:layout_width="fill_parent"
android:layout_height="30dip"
android:progressDrawable="@drawable/blank"
/>
You can also change the selection using:
android:thumb="@drawable/icon"
, ,