gpt4 book ai didi

android - 设置 HH :MM:SS of Chronometer

转载 作者:太空宇宙 更新时间:2023-11-03 12:41:54 26 4
gpt4 key购买 nike

我知道计时器的格式可以是 MM:SS 或 HH:MM:SS,但我想知道如何使用 setFormat() 和 getFormat() 来设置 HH:MM:SS 模式(现在是 MM:SS ).

此时,我使用:android:format="@string/chronometer_initial_format" 通过声明设置格式:

<xliff:g id="initial-format">%1$s</xliff:g>

在 res/values/strings.xml

我试图通过谷歌搜索,但无法得到好的答案。任何人都可以建议吗?谢谢

最佳答案

来自 http://developer.android.com/reference/android/widget/Chronometer.html#setFormat%28java.lang.String%29 :

Sets the format string used for display. The Chronometer will display this string, with the first "%s" replaced by the current timer value in "MM:SS" or "H:MM:SS" form. If the format string is null, or if you never call setFormat(), the Chronometer will simply display the timer value in "MM:SS" or "H:MM:SS" form.

H:MM:SS 输出的显示取决于耗时:您无法明确选择显示小时数。如果自启动以来已超过一个小时,则将显示小时数,否则将仅显示分钟和秒。

此外,您的格式必须只有 %s:我认为您不能使用 %1$s 或其他索引格式说明符。

关于android - 设置 HH :MM:SS of Chronometer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6437126/

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