0
我寫了簡單的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
請顯示導致問題的代碼。 – Mudassir
什麼是您的系統時鐘? –
你在使用模擬器嗎?或在設備上測試? –