am 48f4a1f8: am 8c4c7b6a: Merge "Use H rather than k in date/time formats."

* commit '48f4a1f86e59c97a0a67d520ff0daa3726e2f62b':
  Use H rather than k in date/time formats.
This commit is contained in:
Elliott Hughes
2013-03-20 09:52:38 -07:00
committed by Android Git Automerger

View File

@@ -55,8 +55,8 @@
<!-- Shows seconds -->
<TextClock
android:format12Hour="hh:mm:ss aa"
android:format24Hour="kk:mm:ss"
android:format12Hour="hh:mm:ss a"
android:format24Hour="HH:mm:ss"
android:textSize="20sp"
android:shadowColor="#7fffffff"
@@ -67,8 +67,8 @@
<!-- Use a fixed time zone -->
<TextClock
android:format12Hour="'Time in Paris:' MMM dd, yyyy h:mmaa"
android:format24Hour="'Time in Paris:' MMM dd, yyyy k:mm"
android:format12Hour="'Time in Paris:' MMM dd, yyyy h:mma"
android:format24Hour="'Time in Paris:' MMM dd, yyyy HH:mm"
android:timeZone="Europe/Paris"
android:layout_width="wrap_content"