summaryrefslogtreecommitdiffstats
path: root/res/layout/month_activity.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2010-06-30 11:04:03 -0700
committerMichael Chan <mchan@android.com>2010-06-30 11:04:03 -0700
commit4970159b2e6674fc5d61425aa0fcff8e5fc15bdb (patch)
tree7077acc4ae86093d809a9363ccc354a81007e671 /res/layout/month_activity.xml
parent44892e0777af26378b6c7b80ed0cb5342a168a08 (diff)
downloadandroid_packages_apps_Calendar-4970159b2e6674fc5d61425aa0fcff8e5fc15bdb.tar.gz
android_packages_apps_Calendar-4970159b2e6674fc5d61425aa0fcff8e5fc15bdb.tar.bz2
android_packages_apps_Calendar-4970159b2e6674fc5d61425aa0fcff8e5fc15bdb.zip
First draft of Fragment implementation. Will need a lot of cleanup
Change-Id: I67b25c3081ab6b3a0696bcaffab2ed2761e37f5e
Diffstat (limited to 'res/layout/month_activity.xml')
-rw-r--r--res/layout/month_activity.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/month_activity.xml b/res/layout/month_activity.xml
index 4ea9be4d..e07ab69d 100644
--- a/res/layout/month_activity.xml
+++ b/res/layout/month_activity.xml
@@ -20,9 +20,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <RelativeLayout
+ <RelativeLayout android:id="@+id/title_bar"
android:layout_width="match_parent"
android:layout_height="?android:attr/windowTitleSize"
+ android:visibility="gone"
style="?android:attr/windowTitleBackgroundStyle">
<TextView android:id="@+id/title"
@@ -76,8 +77,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" />