如何将默认的Horizo​​ntal ProgressBar更改为vertical?

时间:2012-11-26 04:03:22

标签: java android

到目前为止,我有一个工作水平进度条。

这是我的xml文件

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<ProgressBar
    android:id="@+id/progressBar1"
    style="?android:attr/progressBarStyleHorizontal"
    android:layout_width="200dp"
    android:layout_height="wrap_content"
    android:layout_alignParentLeft="true"
    android:layout_alignParentTop="true"
    android:layout_marginTop="168dp" />

我将把它用作液体罐的视觉指示器。(进度为水平)

我想知道如何设置它垂直。如果不可能,有人会建议我的问题的其他选择。

1 个答案:

答案 0 :(得分:0)

检查下面的链接,它会帮助你..

用于演示代码以及如何设置进度条垂直

http://www.androidpeople.com/android-progress-dialog-example

http://www.helloandroid.com/tutorials/using-threads-and-progressdialog