summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable/btn_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/drawable/btn_background.xml')
-rw-r--r--InCallUI/res/drawable/btn_background.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/InCallUI/res/drawable/btn_background.xml b/InCallUI/res/drawable/btn_background.xml
index 9a6c2f0cc..6a5592fbe 100644
--- a/InCallUI/res/drawable/btn_background.xml
+++ b/InCallUI/res/drawable/btn_background.xml
@@ -18,7 +18,7 @@
<!-- Background resource for "compound buttons" in the in-call UI.
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"
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:tint="@color/incall_accent_color"
android:pinned="true">
<item>
@@ -31,4 +31,4 @@
</selector>
</item>
-</touch-feedback>
+</ripple>