summaryrefslogtreecommitdiffstats
path: root/res/layout/day_activity.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-07-08 16:46:26 -0700
committerMichael Chan <mchan@android.com>2010-07-11 21:45:37 -0700
commit83b0fe36b523192a504a1d2baf2f36676a80b9d5 (patch)
tree91358ca57e0c7ddc3067d891fda38cf15bc405dd /res/layout/day_activity.xml
parent7b4bc2e89980b6df56da2d3cf490a456ab3734f1 (diff)
downloadandroid_packages_apps_Calendar-83b0fe36b523192a504a1d2baf2f36676a80b9d5.tar.gz
android_packages_apps_Calendar-83b0fe36b523192a504a1d2baf2f36676a80b9d5.tar.bz2
android_packages_apps_Calendar-83b0fe36b523192a504a1d2baf2f36676a80b9d5.zip
First draft of the controller
- Controller calls registered views for registerd actions/events. - Launch with centering on time from intent or current time if no intent - Set Action bar title (although it includes the day for debugging purposes) - Modified the goTo methods in month and day fragments so that it will only flip views as needed. Known issue: Event filtering code is there but it doesn't work yet. Change-Id: I1b1b4c47efcbffb99fcb80d45ac0fef8c42aff9e
Diffstat (limited to 'res/layout/day_activity.xml')
-rw-r--r--res/layout/day_activity.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/day_activity.xml b/res/layout/day_activity.xml
index 967da8ea..b59d44e0 100644
--- a/res/layout/day_activity.xml
+++ b/res/layout/day_activity.xml
@@ -48,8 +48,7 @@
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1.0"
- android:foregroundGravity="fill_horizontal|top"
- android:foreground="@*android:drawable/title_bar_shadow">
+ android:foregroundGravity="fill_horizontal|top">
<ViewSwitcher android:id="@+id/switcher"
android:layout_width="match_parent"
android:layout_height="match_parent" />