summaryrefslogtreecommitdiffstats
path: root/res/layout/agenda_day.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-12-01 23:30:22 -0800
committerMichael Chan <mchan@android.com>2010-12-03 10:10:33 -0800
commit78f58c119af15ed85a727e16cddd793ced4c809d (patch)
tree9af01c5acfc9627f7897bd1f0fb4b492ce546ba0 /res/layout/agenda_day.xml
parentcf8b0719202dd1dd5c52cc2726289153f782764f (diff)
downloadandroid_packages_apps_Calendar-78f58c119af15ed85a727e16cddd793ced4c809d.tar.gz
android_packages_apps_Calendar-78f58c119af15ed85a727e16cddd793ced4c809d.tar.bz2
android_packages_apps_Calendar-78f58c119af15ed85a727e16cddd793ced4c809d.zip
Action Bar and Search Cleanup
Search - Transparent background - Solid date header between events Action Bar - Updated Icons - Swapped the order or done and cancel in editevent Change-Id: I45f6209e7fa720457cbe666d6349e639d1aec333
Diffstat (limited to 'res/layout/agenda_day.xml')
-rw-r--r--res/layout/agenda_day.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/agenda_day.xml b/res/layout/agenda_day.xml
index fe943063..47c746ba 100644
--- a/res/layout/agenda_day.xml
+++ b/res/layout/agenda_day.xml
@@ -18,7 +18,7 @@
android:id="@+id/date"
android:layout_height="wrap_content"
android:layout_width="match_parent"
- android:background="@color/agenda_day_bar_bg_color"
+ android:background="@drawable/panel_bg_white02_holo_light"
android:padding="4dip"
android:textStyle="bold"
android:textColor="?android:attr/textColorSecondary"