I would like to remove the space arround the thumb in my Seekbar:
(it's the area between red round and the side of blue rectangle, drawn for this example)
I followed this link but no change: https://stackoverflow.com/a/2925892/3409503
This is the style of the Seekbar:
<style name="MediaSeekBar" parent="android:Widget.SeekBar">
<item name="android:progressDrawable">@drawable/media_seek_bar</item>
<item name="android:minHeight">2dp</item>
<item name="android:maxHeight">2dp</item>
<item name="android:thumb">@drawable/media_seek_bar_thumb</item>
<item name="android:thumbOffset">0dp</item>
<item name="android:progress">0</item>
</style>
My drawable media_seek_bar_thumb:
All these drawables are PNG.