summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2016-03-21 10:08:14 -0700
committerLuis Vidal <lvidal@cyngn.com>2016-03-31 17:14:08 -0700
commit2703eb717e542ff225611cb9e0217815ee14661c (patch)
tree8b0152d2b3da7daf49cf45704df78e9ee5d00e83 /res/values
parent44a5b78ccbfb7ab39451209cdfa6feeebb0508db (diff)
downloadpackages_apps_Settings-2703eb717e542ff225611cb9e0217815ee14661c.zip
packages_apps_Settings-2703eb717e542ff225611cb9e0217815ee14661c.tar.gz
packages_apps_Settings-2703eb717e542ff225611cb9e0217815ee14661c.tar.bz2
Add Weather Content Provider [2/5]
Introduce a new entry in the settings menu to select the available weather provider services. This entry will be parked in the System category between Date&Time and Accessibility Change-Id: Ida230f3be72eb575a2b09504c99eaa16851c99f8
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_colors.xml1
-rw-r--r--res/values/cm_strings.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
index 8fa69de..8e0a0f1 100644
--- a/res/values/cm_colors.xml
+++ b/res/values/cm_colors.xml
@@ -127,4 +127,5 @@ limitations under the License.
<color name="crypt_keeper_emergency_button_text_color">@color/text_color_white</color>
<color name="custom_screencolor_buttons_text_color">@color/text_color_white</color>
+ <color name="weather_settings_icon_tint">#B4B9BA</color>
</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 6b42f4e..78c0576 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -1163,4 +1163,10 @@
<string name="restrict_app_cellular_title">Disable app cellular usage</string>
<string name="restrict_app_cellular_summary">Prevent app from using cellular data connection</string>
<string name="privacy_guard_internet_category">Internet</string>
+
+ <!-- Weather -->
+ <string name="weather_settings_title">Weather</string>
+ <string name="weather_settings_no_services_prompt">No weather provider services installed</string>
+ <string name="weather_settings_button">Provider settings</string>
+
</resources>