diff options
author | Ihab Awad <ihab@google.com> | 2014-05-21 16:43:16 -0700 |
---|---|---|
committer | Ihab Awad <ihab@google.com> | 2014-05-21 16:43:16 -0700 |
commit | 54d9c5019a34bd08d2ae01825759ef042fc96218 (patch) | |
tree | ce1d5d4e155446ee299a709cfdb4c6ec2a6ef386 | |
parent | 8c6e7a865d35ac9c6921c759cecf19362fe1ce05 (diff) |
Remove defunct colors and strings
Remove unused colors and strings from resources.
Bug: 15004460
Change-Id: Iff69c0e7753be82bc251cf6792c2204e9968c713
-rw-r--r-- | res/values/colors.xml | 12 | ||||
-rw-r--r-- | res/values/strings.xml | 22 |
2 files changed, 0 insertions, 34 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 1e2958f59..2d3fd1777 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -70,18 +70,6 @@ <!-- Text color for no favorites message --> <color name="nofavorite_text_color">#777777</color> - <!-- Background color of wifi highlight items --> - <color name="background_wifi_highlight">#99cc00</color> - - <!-- Foreground color of wifi highlight items --> - <color name="foreground_wifi_highlight">#ffffff</color> - - <!-- Dark (e.g. border) regions of wifi highlight items --> - <color name="wifi_dark_wifi_highlight">#009900</color> - - <!-- Generic separator color for wifi list items --> - <color name="wifi_list_separator">#909090</color> - <!-- Text color for the "Remove" text in its regular state --> <color name="remove_text_color">#555555</color> diff --git a/res/values/strings.xml b/res/values/strings.xml index db41d310d..26ff1a70c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -613,28 +613,6 @@ <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] --> <string name="remove_contact">Remove</string> - <string name="wifi_no_signal_no_problem">No Signal? No Problem.</string> - - <string name="wifi_enable_google_wifi_calling">Enable Google Wi-Fi Calling</string> - - <string name="wifi_when_connected_to_a_signal">When connected to a strong Wi-Fi signal:</string> - - <string name="wifi_always_use_wifi">Always use Wi-Fi to make calls</string> - - <string name="wifi_ask_use_wifi">Always ask</string> - - <string name="wifi_never_use_wifi">Never use Wi-Fi to make calls</string> - - <string name="wifi_next_setup_screen">Next</string> - - <string name="wifi_previous_setup_screen">Back</string> - - <string name="wifi_setup_completed">Boom. Wi-Fi calling is all set up. You can change your preferences or turn it off anytime in settings.</string> - - <string name="wifi_setup_ok">Ok, got it</string> - - <string name="wifi_setup_settings_shortcut">Call settings</string> - <!-- Header text displayed on the main dialer screen above the list of favorite phone numbers. [CHAR LIMIT=21] --> <string name="favorites_menu_speed_dial">Speed Dial</string> |