I have the following xml:
<SeekBar android:id="@+id/sk"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="120"
android:background="#44ff0000"
android:paddingLeft="0dp"
android:paddingRight="0dp"
/>
Why the seekbar still has spaces as the picture shows, how can I make them disappear?