diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-02-01 14:25:35 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-02-01 14:25:35 +0300 |
| commit | b28f00765e8e1cbd53d1a1f425c2c40bea8f0cba (patch) | |
| tree | faafc85edcacf6a653e75ab83d6ba7d0096fbb4c /res/values-v11/style.xml | |
| parent | 2791bc46e9b7485254cbfb7e9bf3391f58daee59 (diff) | |
use proper link colors in webview (bump version)
Diffstat (limited to 'res/values-v11/style.xml')
| -rw-r--r-- | res/values-v11/style.xml | 2 |
1 files changed, 2 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 |