summaryrefslogtreecommitdiffstats
path: root/res/layout-v17/clock_panel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-v17/clock_panel.xml')
-rw-r--r--res/layout-v17/clock_panel.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout-v17/clock_panel.xml b/res/layout-v17/clock_panel.xml
index 0e48a43..6be3eed 100644
--- a/res/layout-v17/clock_panel.xml
+++ b/res/layout-v17/clock_panel.xml
@@ -100,9 +100,11 @@
android:layout_gravity="center_horizontal|top" />
<!-- AM/PM -->
- <TextView
+ <TextClock
android:id="@+id/clock_ampm"
style="@style/label_thin"
+ android:format12Hour="@string/widget_12_hours_format_ampm"
+ android:format24Hour="@null"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"