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

后端 未结 14 684
不知归路
不知归路 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:13

    Add this to the xml code android:rotation="90" android:transformPivotX="0dp" So this is how your Progress Bar xml should look

    
    

提交回复
热议问题