summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-29 12:38:19 -0700
committerAndrew Lee <anwlee@google.com>2014-05-29 12:38:19 -0700
commit955393ba53d56b011055dde3af83ec3e26b27b4a (patch)
tree8950569a0c078f8f4edcdda5ed5a13d6e298fd76 /res
parent21c7c2377da4898b52b268124b21413b1456ec5d (diff)
Adjust recent cards redline.
- Changed secondary call log item color to lighter grey. - Take 1dp off the bottom of the recent card. - Take 2dp off the margin below the recent card. Bug: 15196725 Change-Id: I0dd159a098947128258b7d49f946f2420738a06b
Diffstat (limited to 'res')
-rw-r--r--res/values/dimens.xml6
-rw-r--r--res/values/styles.xml2
2 files changed, 6 insertions, 2 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index dc285cffd..24161c7e2 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -62,9 +62,13 @@
<!-- Dimensions for most recent call shortcut cards -->
<dimen name="recent_call_log_item_translation_z">4dp</dimen>
- <dimen name="recent_call_log_item_padding">8dp</dimen>
+ <dimen name="recent_call_log_item_margin">8dp</dimen>
+ <dimen name="recent_call_log_item_margin_bottom">6dp</dimen>
+
<!-- The maximum amount to clip on the left and right of the recent call shortcut card -->
<dimen name="recent_call_log_item_horizontal_clip_limit">20dp</dimen>
+ <dimen name="recent_call_log_item_padding_start">8dp</dimen>
+ <dimen name="recent_call_log_item_padding_bottom">7dp</dimen>
<!-- Size of the star icon on the favorites tile. -->
<dimen name="favorites_star_icon_size">12dp</dimen>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e47c05e35..c5c54a3fb 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -102,7 +102,7 @@
<!-- CallLog -->
<item name="call_log_primary_text_color">#404040</item>
<item name="call_log_primary_background_color">#FFFFFF</item>
- <item name="call_log_secondary_text_color">#9a9a9a</item>
+ <item name="call_log_secondary_text_color">#8f8f8f</item>
<item name="call_log_secondary_background_color">#FFFFFF</item>
<item name="call_log_header_color">#FFFFFF</item>
<!-- VoicemailStatus -->