summaryrefslogtreecommitdiff
path: root/res/drawable/call_history_actionbar_background.xml
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-02-24 11:57:57 -0800
committerTyler Gunn <tgunn@google.com>2014-02-24 20:00:28 +0000
commita8ff9750831fcc276354ed80fad3b54316489383 (patch)
tree52efcc429a399f08db90468b7faea2a2a191329f /res/drawable/call_history_actionbar_background.xml
parenta875dec3a4911bb23e34af6d25e7cacc7395e239 (diff)
UX Changes: Dialer actionbar, tabs and searchbox.
See CL 423036 for the searchbox text changes. Bug: 13167901 Change-Id: I6806cb27c19f7f0ca55394d70134f0c30c93446b
Diffstat (limited to 'res/drawable/call_history_actionbar_background.xml')
-rw-r--r--res/drawable/call_history_actionbar_background.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/call_history_actionbar_background.xml b/res/drawable/call_history_actionbar_background.xml
index f781f27b0..eabceac2b 100644
--- a/res/drawable/call_history_actionbar_background.xml
+++ b/res/drawable/call_history_actionbar_background.xml
@@ -16,10 +16,10 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="rectangle">
- <solid android:color="#c6c6c6" />
+ <solid android:color="@color/actionbar_underline" />
</shape>
</item>
- <item android:bottom="1dip">
+ <item android:bottom="2dp">
<shape android:shape="rectangle">
<solid android:color="@color/actionbar_background_color" />
</shape>