summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2011-09-27 15:07:46 -0700
committerIsaac Katzenelson <isaack@android.com>2011-09-28 10:48:20 -0700
commitba25b7c5031eff91d0bd21d0eb9b581db4f52b33 (patch)
tree926a2a27238f04ced34b38fc4614f7583871d114 /res/values
parent462196d197de326006aaf15f8bb7a8d83b8e2a60 (diff)
downloadandroid_packages_apps_Calendar-ba25b7c5031eff91d0bd21d0eb9b581db4f52b33.tar.gz
android_packages_apps_Calendar-ba25b7c5031eff91d0bd21d0eb9b581db4f52b33.tar.bz2
android_packages_apps_Calendar-ba25b7c5031eff91d0bd21d0eb9b581db4f52b33.zip
Change "new event hint" for day view
Bug: 5375030 When tapping on a time box on day view, the "+" symbol should be changed with a label saying "+ New event" Change-Id: I842b4a034a036b63a9dc9d8e7ea3d618f366a7d4
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml2
-rw-r--r--res/values/dimens.xml1
-rw-r--r--res/values/strings.xml3
3 files changed, 6 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 0ae64717..764c52aa 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -119,6 +119,8 @@
<color name="agenda_selected_background_color">@android:color/holo_blue_dark</color>
<!-- Background color of a selected items in the agenda list -->
<color name="agenda_selected_text_color">#FFFFFFFF</color>
+ <!-- Text color of the "new event" hint in day and week views -->
+ <color name="new_event_hint_text_color">#FFFFFFFF</color>
<!-- Event info colors -->
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 845fde7a..52259771 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -36,4 +36,5 @@
<dimen name="widget_day_num_size">36sp</dimen>
<dimen name="widget_day_num_top_padding">-4dip</dimen>
<dimen name="action_bar_date_text_size">22sp</dimen>
+ <dimen name="new_event_hint_text_size">12sp</dimen>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3ea5d03f..fcf389a3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -586,6 +586,9 @@
<!-- Set the event as private/public/default [CHAR LIMIT = NONE]-->
<string name="accessibility_reminder_privacy">Privacy</string>
+ <!-- A "new event" hint for the user when selecting a specific hour in the day view [CHAR LIMIT = 30]-->
+ <string name="day_view_new_event_hint">+ New event</string>
+
<!--
Source: A value for announcing the current event index (example: "Event 2 of 6").
Description: This is spoken to the user. [CHAR LIMIT="NONE"]