By default the ProgressBar has a certain padding above and below the bar itself. Is there a way to remove this padding so as to only have the bar in the end?
I'm using style="@style/Widget.AppCompat.ProgressBar.Horizontal" and it was fairly easy to get rid of the margins. That style is:
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
@drawable/progress_horizontal_material @drawable/progress_indeterminate_horizontal_material 16dip 16dip
I just overrode the min/max height: