From 079d02b6021c640213888d446434e2c925756e29 Mon Sep 17 00:00:00 2001 From: Jin Cao Date: Wed, 20 Aug 2014 16:30:25 -0700 Subject: [Quantum tip teasers] Refactored the tip teasers to all extend the same base class with the same xml. Each child class can then override the various callbacks/set methods to display its own information. b/17140135 Change-Id: I5eaea150076cdfd865e88be93608b0b597633dae --- res/values/colors.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'res/values/colors.xml') diff --git a/res/values/colors.xml b/res/values/colors.xml index 73f685b3f..42014d0da 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -129,6 +129,11 @@ @color/dark_gray_text_color + + #e5e5e5 + @color/text_color_blue + #da4336 + #0099cc -- cgit v1.2.3