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 use the following as a workaround for this issue.
android:layout_marginBottom="-8dp" android:layout_marginTop="-4dp"
2.1m questions
2.1m answers
60 comments
57.0k users