summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-16 21:04:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-16 21:04:28 +0000
commitf04542dc2f324890f6c03a3783fd58a623a76622 (patch)
tree5980836a6fd6ee29eeb179384995ebddcf142cb8 /InCallUI
parent8b03481ab483aade1e8a98ddbebc5114354b089d (diff)
parent49287bda6b0c8e864f25818e4dbc60fce0dff7cf (diff)
am 37da0519: am 78ba6214: am d49bb8d6: am 2ae09c5a: Make ripple on end call button bounded
* commit '37da051930dc4682b9f45df080aa626944219d40': Make ripple on end call button bounded
Diffstat (limited to 'InCallUI')
-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>