summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-09-06 14:49:35 -0700
committerElliott Hughes <enh@google.com>2012-09-06 14:49:35 -0700
commit82723df002a27a79545dd18a52333973b056b720 (patch)
tree80315e1362bb68d57cef29684ef948760b13ddea /res/xml
parent2d6b52bd38046abe1761cf0cc1f0c415e4a24fef (diff)
downloadpackages_apps_settings-82723df002a27a79545dd18a52333973b056b720.zip
packages_apps_settings-82723df002a27a79545dd18a52333973b056b720.tar.gz
packages_apps_settings-82723df002a27a79545dd18a52333973b056b720.tar.bz2
Stop hard-coding sample 12- and 24-hour times.
Bug: 6881640 Change-Id: I6b0d6404b0299f9efa8fd12779799f703f1c764f
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/date_time_prefs.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/xml/date_time_prefs.xml b/res/xml/date_time_prefs.xml
index 657d6b3..1e7ac58 100644
--- a/res/xml/date_time_prefs.xml
+++ b/res/xml/date_time_prefs.xml
@@ -42,8 +42,7 @@
/>
<CheckBoxPreference android:key="24 hour"
android:title="@string/date_time_24hour"
- android:summaryOn="@string/date_time_24_hour_sample"
- android:summaryOff="@string/date_time_12_hour_sample"/>
+ />
<ListPreference
android:key="date_format"
android:title="@string/date_time_date_format"