summaryrefslogtreecommitdiffstats
path: root/res/layout/widget_all_day_item.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2011-07-25 18:15:34 -0700
committerMichael Chan <mchan@android.com>2011-07-25 18:15:34 -0700
commit21bd42039c92232647f54461cd20708224cc7eb6 (patch)
tree6d9d0f6fbfc245adabfe15349531448a37a3297b /res/layout/widget_all_day_item.xml
parentc0d6bd6b9764265b1b9cf6670816dd293764c431 (diff)
downloadandroid_packages_apps_Calendar-21bd42039c92232647f54461cd20708224cc7eb6.tar.gz
android_packages_apps_Calendar-21bd42039c92232647f54461cd20708224cc7eb6.tar.bz2
android_packages_apps_Calendar-21bd42039c92232647f54461cd20708224cc7eb6.zip
b/5063664 b/5063498 Remove double date header. Show future times with white bg
for day and week views Change-Id: Id2138ffe5666a88d0d3c838ca24e88add57c8865
Diffstat (limited to 'res/layout/widget_all_day_item.xml')
-rw-r--r--res/layout/widget_all_day_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/widget_all_day_item.xml b/res/layout/widget_all_day_item.xml
index 1517c47f..6296726d 100644
--- a/res/layout/widget_all_day_item.xml
+++ b/res/layout/widget_all_day_item.xml
@@ -26,7 +26,7 @@
android:layout_width="match_parent"
android:layout_marginTop="3dip"
android:layout_marginLeft="2dip"
- android:background="@color/calendar_today_bg_color" />
+ android:background="@color/calendar_future_bg_color" />
<LinearLayout
android:id="@+id/widget_row"