Remove vertical padding from horizontal ProgressBar

后端 未结 22 2000
眼角桃花
眼角桃花 2020-11-28 03:30

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?

22条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 04:26

    if someone still searching for a solution -- check this comment

    set the minimum height to be 4 dp

       android:minHeight="4dp"
    

    -

      
    

提交回复
热议问题