Change Telephony actionbar color to green-ish, and remove underline.
Bug: 14012803
Change-Id: Iff2080fa703b9af9f2dbb8c628e81bb0435bfb0c
diff --git a/res/drawable/actionbar_background.xml b/res/drawable/actionbar_background.xml
deleted file mode 100644
index eabceac..0000000
--- a/res/drawable/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 12b3a0b..a440608 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -40,8 +40,5 @@
<color name="phone_settings_actionbar_text_color">#FFFFFF</color>
<!-- Background color of action bars. Ensure this stays in sync with Dialer
actionbar_background_color. -->
- <color name="actionbar_background_color">#3B77E7</color>
- <!-- Underline color of action bars. Ensure this stays in sync with Dialer
- actionbar_underline. -->
- <color name="actionbar_underline">#3265C1</color>
+ <color name="actionbar_background_color">#00AFCC</color>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c3ad5b8..1bb756c 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -229,7 +229,7 @@
<!-- Style for the call settings action bar. Should be kept in sync with Dialer. -->
<style name="DialtactsActionBarStyle" parent="android:Widget.Holo.ActionBar">
- <item name="android:background">@drawable/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 -->