summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-08-22 13:16:57 -0700
committerRoboErik <epastern@google.com>2011-08-22 13:16:57 -0700
commitd6c480146a3dbf2a18e1680d9078db5261ff9fe1 (patch)
tree66c40d8d0ae53d366a0de85d3af247ec06955240 /res/layout
parentb758e6552fb281ba84c9612e18b86bd79bf1eebb (diff)
downloadandroid_packages_apps_Calendar-d6c480146a3dbf2a18e1680d9078db5261ff9fe1.tar.gz
android_packages_apps_Calendar-d6c480146a3dbf2a18e1680d9078db5261ff9fe1.tar.bz2
android_packages_apps_Calendar-d6c480146a3dbf2a18e1680d9078db5261ff9fe1.zip
b/5191070 Fix up wk number and add divider lines to minimonth
Change-Id: If1a370c8da5d70d7f6f37a8d51de96528f8c2cab
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/mini_month_header.xml3
-rw-r--r--res/layout/month_by_week.xml5
2 files changed, 5 insertions, 3 deletions
diff --git a/res/layout/mini_month_header.xml b/res/layout/mini_month_header.xml
index ca108862..9c309955 100644
--- a/res/layout/mini_month_header.xml
+++ b/res/layout/mini_month_header.xml
@@ -18,9 +18,6 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="6dip"
- android:layout_marginRight="2dip"
- android:layout_marginLeft="2dip"
android:gravity="center">
<TextView android:id="@+id/wk_label"
diff --git a/res/layout/month_by_week.xml b/res/layout/month_by_week.xml
index 6c963e31..069daf0b 100644
--- a/res/layout/month_by_week.xml
+++ b/res/layout/month_by_week.xml
@@ -33,6 +33,11 @@
<include android:id="@+id/day_names" layout="@layout/mini_month_header" />
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1dip"
+ android:background="@color/month_grid_lines" />
+
<include android:id="@+id/week_list" layout="@android:layout/list_content"/>
</LinearLayout>