summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Chan <chanm@google.com>2012-05-30 12:49:12 -0700
committerMichael Chan <chanm@google.com>2012-05-30 13:00:26 -0700
commit9906f9426da6b0f294d7e91686c6be201fe94ca9 (patch)
treee409a10ccd14b7db2786b8792a21936a766727a2
parentcd3616a790da3f6dfa38942b8d28bf078ec8ec5c (diff)
downloadandroid_packages_apps_Calendar-9906f9426da6b0f294d7e91686c6be201fe94ca9.tar.gz
android_packages_apps_Calendar-9906f9426da6b0f294d7e91686c6be201fe94ca9.tar.bz2
android_packages_apps_Calendar-9906f9426da6b0f294d7e91686c6be201fe94ca9.zip
Set links in title to white
Linked text are typically blue. That's a problem if the calendar is blue as well. Bug: 6557280 Change-Id: Ib07298e7cdbde1f406bc065fc8b5696397e6a9a3
-rw-r--r--res/layout/event_info.xml1
-rw-r--r--res/layout/event_info_dialog.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/event_info.xml b/res/layout/event_info.xml
index 7673a25f..2cc17aae 100644
--- a/res/layout/event_info.xml
+++ b/res/layout/event_info.xml
@@ -78,6 +78,7 @@
android:autoLink="all"
android:textStyle="bold"
android:textColor="@color/event_info_headline_color"
+ android:textColorLink="@color/event_info_headline_color"
style="?android:attr/textAppearanceLarge"
android:textSize="24sp" />
<!-- BUTTONS -->
diff --git a/res/layout/event_info_dialog.xml b/res/layout/event_info_dialog.xml
index 5d683821..1128d87e 100644
--- a/res/layout/event_info_dialog.xml
+++ b/res/layout/event_info_dialog.xml
@@ -78,6 +78,7 @@
android:autoLink="all"
android:textStyle="bold"
android:textColor="@color/event_info_headline_color"
+ android:textColorLink="@color/event_info_headline_color"
android:paddingLeft="16dip"
android:paddingRight="16dip"
style="?android:attr/textAppearanceLarge"