summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-15 12:24:48 -0700
committerYorke Lee <yorkelee@google.com>2014-09-15 12:24:48 -0700
commit61b2e7eb4c492ee5570e7ae5284a3920787ed272 (patch)
tree566eb6c1990f40fe62f6e4ff099873fb555fb89f /InCallUI/res/drawable
parentd5f83fc2a27d4a2e8c8d63c110d1713fb15911dc (diff)
Make ripple on end call button bounded
Bug: 17411557 Change-Id: If309fa55e5c018227eccc44b7eef4193bebcc32d
Diffstat (limited to 'InCallUI/res/drawable')
-rw-r--r--InCallUI/res/drawable/end_call_background.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/InCallUI/res/drawable/end_call_background.xml b/InCallUI/res/drawable/end_call_background.xml
index 8f3926f47..c43deac4f 100644
--- a/InCallUI/res/drawable/end_call_background.xml
+++ b/InCallUI/res/drawable/end_call_background.xml
@@ -16,4 +16,10 @@
<!-- Background drawable used to render the "end call" button. -->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="@color/end_call_touch_feedback_tint" />
+ android:color="@color/end_call_touch_feedback_tint">
+ <item android:id="@android:id/mask">
+ <shape android:shape="oval">
+ <solid android:color="@android:color/white" />
+ </shape>
+ </item>
+</ripple>