When using a custom thumb drawable with a SeekBar view, the thumb drawable is clipped at the left and right edges of the view.
SeekBar
How can I fix this behavi
Just for clarification.
On some places I have seen
android:thumbOffset="8dp"
and some
android:thumbOffset="8px"
so I looked at the source code. this is the original style
from
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/styles.xml