gpt4 book ai didi

java - 如何将默认的水平进度条更改为垂直?

转载 作者:行者123 更新时间:2023-11-29 09:08:34 25 4
gpt4 key购买 nike

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

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

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

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

最佳答案

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

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

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

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

关于java - 如何将默认的水平进度条更改为垂直?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13558492/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com