summaryrefslogtreecommitdiffstats
path: root/res/layout/day_activity.xml
diff options
context:
space:
mode:
authorRomain Guy <>2009-03-24 18:10:16 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-24 18:10:16 -0700
commitd22f21f071204ef94e812ca676dbb744fa117183 (patch)
treeecbaba82879df26945fa8ada37406be87fa0eb07 /res/layout/day_activity.xml
parent8af2529989a9b10a0bb84736695c22fc02a17a4a (diff)
downloadandroid_packages_apps_Calendar-d22f21f071204ef94e812ca676dbb744fa117183.tar.gz
android_packages_apps_Calendar-d22f21f071204ef94e812ca676dbb744fa117183.tar.bz2
android_packages_apps_Calendar-d22f21f071204ef94e812ca676dbb744fa117183.zip
Automated import from //branches/master/...@140651,140651
Diffstat (limited to 'res/layout/day_activity.xml')
-rw-r--r--res/layout/day_activity.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/res/layout/day_activity.xml b/res/layout/day_activity.xml
index 93b3ce18..2a73a3c1 100644
--- a/res/layout/day_activity.xml
+++ b/res/layout/day_activity.xml
@@ -47,7 +47,14 @@
android:layout_height="wrap_content" />
</RelativeLayout>
- <ViewSwitcher android:id="@+id/switcher"
+ <FrameLayout
android:layout_width="fill_parent"
- android:layout_height="fill_parent" />
+ android:layout_height="0dip"
+ android:layout_weight="1.0"
+ android:foregroundGravity="fill_horizontal|top"
+ android:foreground="@*android:drawable/title_bar_shadow">
+ <ViewSwitcher android:id="@+id/switcher"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" />
+ </FrameLayout>
</LinearLayout>