summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-28 18:12:50 -0700
committerNancy Chen <nancychen@google.com>2014-07-28 18:12:50 -0700
commit1844ca0b12e31ade1c4bae9f2d566e8f98fc49df (patch)
tree2361863a430221969aec17259ab2877bff01ad5f /res/values/styles.xml
parent3f705270e6ddb053e18024a9874620371133a9df (diff)
Update Dialer activity background colors
f6f6f6 -> fafafa and restore the call_log_primary_background_color since it doesn't seem to affect anything. Bug: 16356911 Change-Id: I255e33606b527cfc808a1adef03afcd5476a3b48
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index bda26cdab..7ca6665ea 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -59,7 +59,7 @@
<item name="list_item_text_offset_top">-2dp</item>
<!-- CallLog -->
<item name="call_log_primary_text_color">@color/dialtacts_primary_text_color</item>
- <item name="call_log_primary_background_color">@color/background_dialer_secondary</item>
+ <item name="call_log_primary_background_color">#000000</item>
<item name="call_log_secondary_text_color">@color/dialtacts_secondary_text_color</item>
<item name="call_log_secondary_background_color">#333333</item>
<item name="call_log_header_color">#33b5e5</item>