我已经写了简单的xml文件来显示模拟,数字时钟。现在是2:32,但是时钟显示的时间是09:32。你能帮帮我吗。谢谢
<AnalogClock android:layout_width="wrap_content" android:layout_height="wrap_content"/>
<DigitalClock android:layout_width="wrap_content" android:layout_height="wrap_content"/>现在系统时间是2:48,显示时间是09:48
发布于 2011-09-09 12:03:00
在模拟器中,转到settings和date -> time ->,取消选中automatic (使用网络提供的值),然后设置时间。现在它将显示正确的时间
https://stackoverflow.com/questions/7345630
复制相似问题