summaryrefslogtreecommitdiff
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-05-06 14:36:50 -0700
committerAndrew Lee <anwlee@google.com>2015-05-07 14:44:12 -0700
commit51c2bde72ee4674266ac464bea2aba72d217d75f (patch)
treeec4401aa894388658fe91a25a35de632a70ff9d0 /res/values/colors.xml
parentf4ea223170ab5aaf63562d7d46b08fd24664bdce (diff)
Update layouts for call log list item actions.
+ Add icons for actions. + Revise layouts to match new visual appearance. Call Log actions are now a linear layout with an icon and text. + Some style/redline tweaks. + Temporarily replaced animation logic with LinearLayout, to be revisited. Bug: 20433758 Change-Id: Ia13b6c9f583d673743488f2e93be5593a1fbf8dc
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 25f203dac..86ac9be5a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -18,7 +18,7 @@
<!-- Primary text color in the Dialer -->
<color name="dialtacts_primary_text_color">#333333</color>
<!-- Secondary text color in the Dialer -->
- <color name="dialtacts_secondary_text_color">#737373</color>
+ <color name="dialtacts_secondary_text_color">#636363</color>
<color name="dialer_red_highlight_color">#ff1744</color>
<color name="dialer_green_highlight_color">#00c853</color>
@@ -100,4 +100,5 @@
<color name="floating_action_button_touch_tint">#80ffffff</color>
+ <color name="call_log_action_divider">#eeeeee</color>
</resources>