From b28f00765e8e1cbd53d1a1f425c2c40bea8f0cba Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 1 Feb 2012 14:25:35 +0300 Subject: use proper link colors in webview (bump version) --- res/values-v11/style.xml | 2 ++ res/values-v14/style.xml | 2 ++ res/values/attrs.xml | 1 + res/values/style.xml | 2 ++ 4 files changed, 7 insertions(+) (limited to 'res') 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 @@ @android:color/primary_text_light @android:color/secondary_text_light @android:color/secondary_text_light + #5858F8 \ 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 @@ @android:color/primary_text_light @android:color/secondary_text_light @android:color/secondary_text_light + #30B0E0 \ 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 @@ + \ 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 @@ @android:color/primary_text_light @android:color/secondary_text_light @android:color/secondary_text_light + #5858F8 \ No newline at end of file -- cgit v1.2.3-54-g00ecf