summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values-v11/style.xml2
-rw-r--r--res/values-v14/style.xml2
-rw-r--r--res/values/attrs.xml1
-rw-r--r--res/values/style.xml2
4 files changed, 7 insertions, 0 deletions
diff --git a/res/values-v11/style.xml b/res/values-v11/style.xml
index 53563ab1..931bf629 100644
--- a/res/values-v11/style.xml
+++ b/res/values-v11/style.xml
@@ -20,6 +20,7 @@
<item name="headlineSelectedTextColor">@android:color/primary_text_light</item>
<item name="headlineExcerptTextColor">@android:color/secondary_text_light</item>
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_light</item>
+ <item name="linkColor">#5858F8</item>
</style>
<style name="DarkTheme" parent="android:Theme.Holo">
@@ -42,6 +43,7 @@
<item name="headlineSelectedTextColor">@android:color/primary_text_dark</item>
<item name="headlineExcerptTextColor">@android:color/secondary_text_dark</item>
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_dark</item>
+ <item name="linkColor">#5858F8</item>
</style>
</resources> \ No newline at end of file
diff --git a/res/values-v14/style.xml b/res/values-v14/style.xml
index 7cac2d5f..afef40b4 100644
--- a/res/values-v14/style.xml
+++ b/res/values-v14/style.xml
@@ -19,6 +19,7 @@
<item name="headlineSelectedTextColor">@android:color/primary_text_light</item>
<item name="headlineExcerptTextColor">@android:color/secondary_text_light</item>
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_light</item>
+ <item name="linkColor">#30B0E0</item>
</style>
<style name="DarkTheme" parent="android:Theme.Holo">
@@ -41,6 +42,7 @@
<item name="headlineSelectedTextColor">@android:color/black</item>
<item name="headlineExcerptTextColor">@android:color/secondary_text_dark</item>
<item name="headlineSelectedExcerptTextColor">@android:color/black</item>
+ <item name="linkColor">#33b5e5</item>
</style>
</resources> \ No newline at end of file
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 10b06a8f..e257bc5b 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -19,4 +19,5 @@
<attr name="headlineSelectedTextColor" format="reference|color" />
<attr name="headlineExcerptTextColor" format="reference|color" />
<attr name="headlineSelectedExcerptTextColor" format="reference|color" />
+ <attr name="linkColor" format="reference|color" />
</resources> \ No newline at end of file
diff --git a/res/values/style.xml b/res/values/style.xml
index 709d848e..39103f11 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -20,6 +20,7 @@
<item name="headlineSelectedTextColor">@android:color/primary_text_light</item>
<item name="headlineExcerptTextColor">@android:color/secondary_text_light</item>
<item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_light</item>
+ <item name="linkColor">#5858F8</item>
</style>
<style name="DarkTheme" parent="android:Theme.Black.NoTitleBar">
@@ -42,6 +43,7 @@
<item name="headlineSelectedTextColor">@android:color/black</item>
<item name="headlineExcerptTextColor">@android:color/secondary_text_dark</item>
<item name="headlineSelectedExcerptTextColor">@android:color/black</item>
+ <item name="linkColor">#5858F8</item>
</style>
</resources> \ No newline at end of file