Android - set a ProgressBar to be a vertical bar instead of horizontal?

后端 未结 14 676
不知归路
不知归路 2020-11-30 22:22

I am trying to use a ProgressBar as a metering like display. I thought it was going to be an easy task and thought that ProgressBar had a property to set to be vertical, bu

14条回答
  •  渐次进展
    2020-11-30 23:02

    
    

    Use android:rotation="270" to 100% be like bottom to top or android:rotation="90" to 100% be like top to bottom

提交回复
热议问题