From 8c558f3d43014791a0e61796fefc32bd3eef3189 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Mon, 3 Aug 2015 12:42:14 -0400 Subject: Update Material link text to be colorAccent Bug: 22918108 Change-Id: I29b795b4c8d2a017dcaca1a9b65705eafaf2140c --- core/res/res/values/colors_material.xml | 3 --- core/res/res/values/themes_material.xml | 12 ++++-------- 2 files changed, 4 insertions(+), 11 deletions(-) (limited to 'core/res') diff --git a/core/res/res/values/colors_material.xml b/core/res/res/values/colors_material.xml index 1cb39f0..7399fa9 100644 --- a/core/res/res/values/colors_material.xml +++ b/core/res/res/values/colors_material.xml @@ -41,9 +41,6 @@ #ff616161 #ffbdbdbd - @color/material_deep_teal_500 - @color/material_deep_teal_200 - diff --git a/core/res/res/values/themes_material.xml b/core/res/res/values/themes_material.xml index 9d3a7ef..e88a4fb 100644 --- a/core/res/res/values/themes_material.xml +++ b/core/res/res/values/themes_material.xml @@ -67,8 +67,8 @@ please see themes_device_defaults.xml. @color/hint_foreground_material_light @color/highlighted_text_material @color/highlighted_text_material - @color/link_text_material_dark - @color/link_text_material_light + ?attr/colorAccent + ?attr/colorAccent @color/search_url_text_material_dark @color/primary_text_material_dark @@ -422,8 +422,8 @@ please see themes_device_defaults.xml. @color/hint_foreground_material_dark @color/highlighted_text_material @color/highlighted_text_material - @color/link_text_material_light - @color/link_text_material_dark + ?attr/colorAccent + ?attr/colorAccent @color/search_url_text_material_light @color/primary_text_material_light @@ -793,8 +793,6 @@ please see themes_device_defaults.xml. @color/hint_foreground_material_dark @color/highlighted_text_material @color/highlighted_text_material - @color/link_text_material_light - @color/link_text_material_dark @color/search_url_text_material_light @color/primary_text_material_light @@ -827,8 +825,6 @@ please see themes_device_defaults.xml. @color/hint_foreground_material_light @color/highlighted_text_material @color/highlighted_text_material - @color/link_text_material_dark - @color/link_text_material_light @color/search_url_text_material_dark @color/primary_text_material_dark -- cgit v1.1