Hi i need a customized seekbar
<SeekBar
android:id="@+id/seekBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:progressDrawable="@drawable/volume_bar" />
it works works but it is clipped
the resource image looks like that
how can i scale the drawable into the seekbar?
my workaround was creating an xml drawable