How to set the Android progressbar's height?

前端 未结 11 1631
被撕碎了的回忆
被撕碎了的回忆 2020-12-08 03:40

My activity_main.xml is below, as you see, the height is set 40 dip.

And in MyEclipse, it looks like below:

11条回答
  •  时光取名叫无心
    2020-12-08 04:22

    values->styles.xml

    
    

    Then in your ProgressBar add:

    style="@style/tallerBarStyle"
    

提交回复
热议问题