如何在Android模拟时钟组件上设置时间?
我试图编写一个模拟世界时钟应用程序。我想使用模拟时钟组件
<AnalogClock android:id="@+id/MyAnalogClock" />
这显示系统时间。但是我们如何为模拟时钟组件设置不同的时间(例如,显示不同国家/地区时间的第二个时钟)
i was trying to write an analog world clock app. i wanted to use the analog clock component
<AnalogClock android:id="@+id/MyAnalogClock" />
This shows the system time. But how do we set a different time(say, a second clock showing time for a different country) to the analog clock component
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能(我检查了源代码)。
但由于Android是开源的,因此欢迎您添加该功能。
该小部件仅指手机时区。
You cannot (I checked the source code).
But as Android is open source, you are invited to add the function.
The Widget is referring to the phones timezone only.