Updated CardDAV contacts should now update in the contact list.
[acal.git] / res / layout / month_grid_view.xml
blob1cd02e808626b3ef689197921bc80fc2a848ca08
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3         android:layout_width="fill_parent"
4         android:layout_height="fill_parent"
5         android:layout_alignParentBottom="true"
6         android:layout_alignParentTop="true" >
7         <TextView
8                 android:id="@+id/month_grid_title"
9                 style="@style/MonthTitleBar"
10                 android:layout_width="fill_parent"
11                 android:layout_height="24sp"
12                 android:background="@drawable/titlebg"
13                 android:gravity="center"
14                 android:tileMode="repeat" />
15         <GridView
16                 android:id="@+id/month_default_gridview"
17                 android:layout_width="fill_parent"
18                 android:layout_height="fill_parent"
19                 android:layout_alignParentBottom="true"
20                 android:layout_below="@id/month_grid_title"
21                 android:layout_gravity="center_horizontal|center_vertical"
22                 android:layout_weight="1"
23                 android:gravity="center|center_horizontal|center_vertical"
24                 android:horizontalSpacing="1dp"
25                 android:numColumns="7"
26                 android:verticalSpacing="1dp" >
27         </GridView>
28 </RelativeLayout>