summaryrefslogtreecommitdiff
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-12 12:50:55 -0700
committerAndrew Lee <anwlee@google.com>2015-10-12 13:39:12 -0700
commitf549abc92a680f31b4b210705e03428aa0d7c040 (patch)
tree76ffd93cfeb94d1b854ab925ae9a7fbb7d81ad22 /res/values/colors.xml
parent7f3e03d5593e8f48c5462f4c385317e42b6ce796 (diff)
Show icons for call detail actions.
- Remove LinearLayouts and use drawableLeft instead. + Up block asset from 18dp to 24dp. Bug: 24109819 Change-Id: I941520f1b90e6f819c7f94269e395d26c56f5734
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a7044c7cb..d0f7ed000 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -125,4 +125,8 @@
<color name="onboarding_default_dialer_screen_background_color">#e06055</color>
<color name="onboarding_permissions_screen_background_color">#689f38</color>
+ <!-- Grey 700 -->
+ <color name="call_detail_footer_text_color">#616161</color>
+ <color name="call_detail_footer_icon_tint">@color/call_detail_footer_text_color</color>
+
</resources>