From 9c2bb68d9989bffc4e63395ace166f0f81f8193d Mon Sep 17 00:00:00 2001 From: Wysie Date: Fri, 4 Jun 2010 02:37:21 +0800 Subject: Changed some strings for the XML import in spareparts. --- core/java/android/provider/Settings.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 64e55fe4ab2..7185051ede1 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -1398,7 +1398,7 @@ public final class Settings { * Specifies notification count color * @hide */ - public static final String NOTIF_COUNT_COLOR = "notif_count_color"; + public static final String NOTIF_COUNT_COLOR = "notifications_count_color"; /** * Wysie_Soh @@ -1440,42 +1440,42 @@ public final class Settings { * Specifies spn label color * @hide */ - public static final String SPN_LABEL_COLOR = "spnlabel_color"; + public static final String SPN_LABEL_COLOR = "spn_label_color"; /** * Wysie_Soh * Specifies plmn color * @hide */ - public static final String PLMN_LABEL_COLOR = "plmnLabel_color"; + public static final String PLMN_LABEL_COLOR = "plmn_label_color"; /** * Wysie_Soh * Specifies clear button color * @hide */ - public static final String CLEAR_BUTTON_LABEL_COLOR = "clearbutton_color"; + public static final String CLEAR_BUTTON_LABEL_COLOR = "clear_button_label_color"; /** * Wysie_Soh * Specifies notification item title color. * @hide */ - public static final String NOTIF_ITEM_TITLE_COLOR = "notif_item_title_color"; + public static final String NOTIF_ITEM_TITLE_COLOR = "notifications_title_color"; /** * Wysie_Soh * Specifies notification item text color. * @hide */ - public static final String NOTIF_ITEM_TEXT_COLOR = "notif_item_text_color"; + public static final String NOTIF_ITEM_TEXT_COLOR = "notifications_text_color"; /** * Wysie_Soh * Specifies notification item time color. * @hide */ - public static final String NOTIF_ITEM_TIME_COLOR = "notif_item_time_color"; + public static final String NOTIF_ITEM_TIME_COLOR = "notifications_time_color"; /** * Whether the audible DTMF tones are played by the dialer when dialing. The value is -- cgit v1.2.3