From 30cc30864b2b41d73e187ba9a0f75ea1fa64b538 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 14 Nov 2014 11:16:16 -0800 Subject: Remove vestigial "Choose date format" option. Almost all of our date formatting goes via icu these days, so this is a no-op almost everywhere. (And should be a no-op everywhere soon.) There's no obvious way to fix it, so remove it. UI guidelines say we should use spelled out month names anyway. Bug: 18322220 Change-Id: Ic9e903eceab3c096426f313bf4ef3a38644774e1 --- res/values/arrays.xml | 9 --------- res/values/strings.xml | 10 ---------- res/xml/date_time_prefs.xml | 5 ----- 3 files changed, 24 deletions(-) (limited to 'res') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index abe60d4..2792f48 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -39,15 +39,6 @@ All - - - - - MM-dd-yyyy - dd-MM-yyyy - yyyy-MM-dd - - 15 seconds diff --git a/res/values/strings.xml b/res/values/strings.xml index 0a139d5..1b5d3d1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -388,12 +388,6 @@ Date & time Choose time zone - - MM/dd/yyyy - - - Regional (%s) Preview: @@ -711,10 +705,6 @@ Date Set date - - Date format - - Choose date format Sort alphabetically diff --git a/res/xml/date_time_prefs.xml b/res/xml/date_time_prefs.xml index 5bf3c9a..d656ebd 100644 --- a/res/xml/date_time_prefs.xml +++ b/res/xml/date_time_prefs.xml @@ -52,9 +52,4 @@ android:title="@string/date_time_24hour" /> - - -- cgit v1.1