Set following attributes.
android:paddingStart="0dp" android:paddingEnd="0dp"
Why not try modify it by java code.try the following sample code.
seekBar.setPadding(0, 0, 0, 0);
This may helps you.