aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorDvTonder <david.vantonder@gmail.com>2013-03-10 09:57:00 -0400
committerDvTonder <david.vantonder@gmail.com>2013-03-10 22:01:35 -0400
commitc3ae01e74981cdd6d3c859c1afc8a3a5a3eec077 (patch)
tree46ea2a1c6283f9b9120aabaa25f608ab7458f292 /res/values/strings.xml
parent4f2c3218ed9dcf77a8e79cf87c8d7ba1ac7a91c6 (diff)
downloadandroid_packages_apps_LockClock-c3ae01e74981cdd6d3c859c1afc8a3a5a3eec077.tar.gz
android_packages_apps_LockClock-c3ae01e74981cdd6d3c859c1afc8a3a5a3eec077.tar.bz2
android_packages_apps_LockClock-c3ae01e74981cdd6d3c859c1afc8a3a5a3eec077.zip
cLock: Add ability to change font and monochrome icon colors
This commit adds the ability to select individual colors for the various panels of the cLock widget. It will also apply the selected color as an overlay on the alarm, weather condition (mono only) and the calendar icons. The colors supported are the standard Android 4.x Holo color set with White, Black and Grey added. IMHO a full color picker would be an overkill for this feature. Change-Id: I621669f49c414b0bbd1236b9d0fb2f0c08e4beea
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f9fab2e..b5bc224 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -158,6 +158,12 @@
<string name="calendar_show_location_title">Event location</string>
<string name="calendar_show_description_title">Event description</string>
+ <!-- Preferences - Font colors -->
+ <string name="font_color">Font color</string>
+ <string name="font_color_alarm">Alarm font color</string>
+ <string name="font_color_timestamp">Timestamp font color</string>
+ <string name="font_color_calendar_details">Details font color</string>
+
<!-- Calendar - lookahead -->
<string name="calendar_lookahead_3hrs">3 hours</string>
<string name="calendar_lookahead_6hrs">6 hours</string>
@@ -173,4 +179,19 @@
<string name="calendar_metadata_first_line">Show first line</string>
<string name="calendar_metadata_all">Show all</string>
+ <!-- Font colors -->
+ <string name="white">White</string>
+ <string name="grey">Grey</string>
+ <string name="black">Black</string>
+ <string name="holo_blue_light">Light blue</string>
+ <string name="holo_green_light">Light green</string>
+ <string name="holo_red_light">Light red</string>
+ <string name="holo_blue_dark">Dark blue</string>
+ <string name="holo_green_dark">Dark green</string>
+ <string name="holo_red_dark">Dark red</string>
+ <string name="holo_purple">Purple</string>
+ <string name="holo_orange_light">Light orange</string>
+ <string name="holo_orange_dark">Dark orange</string>
+ <string name="holo_blue_bright">Bright blue</string>
+
</resources>