I have a SeekBar in a RelativeLayout whose width is equal to the screen width.
SeekBar
RelativeLayout
I applied layout_width=\"match_parent\" to the
layout_width=\"match_parent\"
android:paddingStart="0dp" android:paddingEnd="0dp"
Worked for me.