summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-04-15 16:12:41 -0700
committerAndrew Lee <anwlee@google.com>2014-04-15 16:51:35 -0700
commit32e7495570c1e8ba9cfd4b32998e8b13fd37f46a (patch)
tree6b9041e0218451d1517aa226d37dfc70100b842a /res
parent86e21f733049560e77b92f17a58474312d72ec3e (diff)
downloadandroid_packages_apps_Dialer-32e7495570c1e8ba9cfd4b32998e8b13fd37f46a.tar.gz
android_packages_apps_Dialer-32e7495570c1e8ba9cfd4b32998e8b13fd37f46a.tar.bz2
android_packages_apps_Dialer-32e7495570c1e8ba9cfd4b32998e8b13fd37f46a.zip
Change Dialer actionbar color to green-ish, and remove underline.
Bug: 14012803 Change-Id: I06a280b175ddcb564393d0758fb2ec539e8516a9
Diffstat (limited to 'res')
-rw-r--r--res/drawable/call_history_actionbar_background.xml27
-rw-r--r--res/values/colors.xml6
-rw-r--r--res/values/styles.xml2
3 files changed, 2 insertions, 33 deletions
diff --git a/res/drawable/call_history_actionbar_background.xml b/res/drawable/call_history_actionbar_background.xml
deleted file mode 100644
index eabceac2b..000000000
--- a/res/drawable/call_history_actionbar_background.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
- <item>
- <shape android:shape="rectangle">
- <solid android:color="@color/actionbar_underline" />
- </shape>
- </item>
- <item android:bottom="2dp">
- <shape android:shape="rectangle">
- <solid android:color="@color/actionbar_background_color" />
- </shape>
- </item>
-</layer-list> \ No newline at end of file
diff --git a/res/values/colors.xml b/res/values/colors.xml
index b234bacf9..c842e22b2 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -59,11 +59,7 @@
<!-- Background color of action bars. Ensure this stays in sync with packages/Telephony
actionbar_background_color. -->
- <color name="actionbar_background_color">#3B77E7</color>
-
- <!-- Underline color of action bars. Ensure this stays in sync with packages/Telephony
- actionbar_underline. -->
- <color name="actionbar_underline">#3265C1</color>
+ <color name="actionbar_background_color">#00AFCC</color>
<!-- Color of the 1dp divider that separates favorites -->
<color name="favorite_contacts_separator_color">#d0d0d0</color>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 71859f091..3d3a43190 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -152,7 +152,7 @@
</style>
<style name="DialtactsActionBarStyle" parent="android:Widget.Quantum.ActionBar">
- <item name="android:background">@drawable/call_history_actionbar_background</item>
+ <item name="android:background">@color/actionbar_background_color</item>
<item name="android:backgroundStacked">#ffffff</item>
<item name="android:titleTextStyle">@style/DialtactsActionBarTitleText</item>
<!-- Empty icon -->