2

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

这是我的 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" />

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

我想知道如何设置它vertcal。如果不可能,有人可以为我的问题提出其他选择。

4

1 回答 1

0

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

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

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

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

于 2012-11-26T04:18:23.687 回答