如何设置时间在Android上模拟时钟分量?分量、时钟、如何设置、时间

由网友(初遇)分享简介:我试图写一个模拟世界时钟应用程序。我想用模拟时钟部件i was trying to write an analog world clock app. i wanted to use the analog clock component我试图写一个模拟世界时钟应用程序。我想用模拟时钟部件

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

推荐答案

您不能(我查源$ C ​​$ C)。

You cannot (I checked the source code).

不过,由于Android是开源的,你被邀请加入该功能。

But as Android is open source, you are invited to add the function.

窗件是指只有手机时区。

The Widget is referring to the phones timezone only.

阅读全文

相关推荐

最新文章