Remove vertical padding from horizontal ProgressBar

I use the following as a workaround for this issue.

android:layout_marginBottom="-8dp"
android:layout_marginTop="-4dp"

Leave a Comment