summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/drawable')
-rw-r--r--InCallUI/res/drawable/btn_background.xml4
-rw-r--r--InCallUI/res/drawable/btn_compound_background.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/InCallUI/res/drawable/btn_background.xml b/InCallUI/res/drawable/btn_background.xml
index b38434d3e..cb7042b41 100644
--- a/InCallUI/res/drawable/btn_background.xml
+++ b/InCallUI/res/drawable/btn_background.xml
@@ -19,7 +19,7 @@
These buttons have two states (checked and unchecked), and
show a blue bar along the bottom edge when checked. -->
<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="@color/tab_pressed_color"
+ android:tint="@color/incall_accent_color"
android:pinned="true">
<item>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
@@ -31,4 +31,4 @@
</selector>
</item>
-</touch-feedback> \ No newline at end of file
+</touch-feedback>
diff --git a/InCallUI/res/drawable/btn_compound_background.xml b/InCallUI/res/drawable/btn_compound_background.xml
index 2f5a39d34..7beffa59f 100644
--- a/InCallUI/res/drawable/btn_compound_background.xml
+++ b/InCallUI/res/drawable/btn_compound_background.xml
@@ -17,7 +17,7 @@
<!-- Background resource for "compound buttons" in the in-call UI.
These buttons have two states (selected and unselected). -->
<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="@color/tab_pressed_color"
+ android:tint="@color/incall_accent_color"
android:pinned="true">
<item>
<selector>