【问题标题】:android ProgressBar is missing percentage informationandroid ProgressBar 缺少百分比信息
【发布时间】:2013-10-29 00:49:50
【问题描述】:

作为我的活动视图的一部分,我放置了以下进度条:

<ProgressBar
            android:id="@+id/progress"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            style="?android:attr/progressBarStyleHorizontal" 
            android:progress="0"
            android:max="100"
            android:indeterminate="false"
            android:layout_gravity="center_horizontal" />

问题是我预计在它下面会显示百分比值(文本)。然而他们不见了。只有纯酒吧。为什么?

【问题讨论】:

    标签: android progress-bar


    【解决方案1】:

    不幸的是,Android 的 ProgressBar 不支持这一点。但是,您可以添加自己的 TextView 并在您更新进度时进行更新。

    【讨论】:

    • 使用现成的解决方案总是更优雅。不过谢谢你的回答。
    猜你喜欢
    • 1970-01-01
    • 2020-09-23
    • 1970-01-01
    • 1970-01-01
    • 2010-10-11
    • 1970-01-01
    • 2019-10-30
    • 1970-01-01
    • 2015-08-13
    相关资源
    最近更新 更多