summaryrefslogtreecommitdiffstats
path: root/res/layout/agenda_day.xml
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2011-06-30 15:07:14 -0700
committerIsaac Katzenelson <isaack@android.com>2011-06-30 17:29:21 -0700
commit80369fe0d18311277cd0ae6472bad7073b9879a3 (patch)
treec1f39c33a754708d44b29e14a48ad56e0b39e6c8 /res/layout/agenda_day.xml
parent79b2c8c946c29ea9107957fe72a9fa9f560da345 (diff)
downloadandroid_packages_apps_Calendar-80369fe0d18311277cd0ae6472bad7073b9879a3.tar.gz
android_packages_apps_Calendar-80369fe0d18311277cd0ae6472bad7073b9879a3.tar.bz2
android_packages_apps_Calendar-80369fe0d18311277cd0ae6472bad7073b9879a3.zip
Fixes to tablet agenda layouts
Change-Id: Id8f6697c3852fc0ad883f5562cb5687ce54ab6a1
Diffstat (limited to 'res/layout/agenda_day.xml')
-rw-r--r--res/layout/agenda_day.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/res/layout/agenda_day.xml b/res/layout/agenda_day.xml
index efa15b00..8ddf9c8e 100644
--- a/res/layout/agenda_day.xml
+++ b/res/layout/agenda_day.xml
@@ -23,8 +23,8 @@
android:layout_height="wrap_content">
<View
android:id="@+id/top_divider_simple"
- android:background="?android:attr/listDivider"
android:layout_height="1px"
+ android:background="@color/agenda_list_separator_color"
android:layout_width="match_parent" />
<View
android:id="@+id/top_divider_past_present"
@@ -44,17 +44,13 @@
android:layout_marginBottom="-8dip"
android:layout_marginLeft="20dip"
android:textSize="12sp"
- android:textColor="?android:attr/textColorPrimary" />
+ android:textColor="@color/agenda_day_item_text_color" />
<TextView
android:id="@+id/date"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_marginLeft="20dip"
android:textSize="24sp"
- android:textColor="?android:attr/textColorPrimary" />
+ android:textColor="@color/agenda_day_item_text_color" />
</LinearLayout>
- <View
- android:background="?android:attr/listDivider"
- android:layout_height="1px"
- android:layout_width="match_parent" />
</LinearLayout>