summaryrefslogtreecommitdiffstats
path: root/res/menu-land
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2012-03-20 11:02:03 -0700
committerIsaac Katzenelson <isaack@android.com>2012-03-22 11:12:27 -0700
commit4bd4a5ccc3efcc282964e789e1e81577c64561c9 (patch)
tree44b01b41fdae13dd7f14fa9077e3468eb0de4aa9 /res/menu-land
parent821a18a35784de89a95874b256211fa34a7be032 (diff)
downloadandroid_packages_apps_Calendar-4bd4a5ccc3efcc282964e789e1e81577c64561c9.tar.gz
android_packages_apps_Calendar-4bd4a5ccc3efcc282964e789e1e81577c64561c9.tar.bz2
android_packages_apps_Calendar-4bd4a5ccc3efcc282964e789e1e81577c64561c9.zip
Support for today's day of month in the today button
Bug: 5429738 Today icon should display the current day number Change-Id: Iaf4a2d6f983190b02cc4666492cf9a4dded190e9
Diffstat (limited to 'res/menu-land')
-rw-r--r--res/menu-land/all_in_one_title_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu-land/all_in_one_title_bar.xml b/res/menu-land/all_in_one_title_bar.xml
index 00987855..9f20fa41 100644
--- a/res/menu-land/all_in_one_title_bar.xml
+++ b/res/menu-land/all_in_one_title_bar.xml
@@ -20,7 +20,7 @@
android:id="@+id/action_today"
android:alphabeticShortcut="t"
android:title="@string/goto_today"
- android:icon="@drawable/ic_menu_today_holo_light"
+ android:icon="@drawable/today_icon"
android:showAsAction="withText|ifRoom" />
<item
android:id="@+id/action_create_event"