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
For default SeekBar I used these settings and it works fine:
android:paddingLeft="6dp" android:paddingRight="6dp" android:thumbOffset="8dp"