diff options
Diffstat (limited to 'res/values-v14')
| -rw-r--r-- | res/values-v14/style.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |