summaryrefslogtreecommitdiffstats
path: root/res
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
commit2ae09c5a0aa6ef647f2d0c40d2552e55a5d1816b (patch)
tree15a9281fc6a5dac5306d111058f8e377721d6ba3 /res
parent167e9a39a16ae1a701dfea86e973df821bf12091 (diff)
downloadpackages_apps_InCallUI-2ae09c5a0aa6ef647f2d0c40d2552e55a5d1816b.tar.gz
packages_apps_InCallUI-2ae09c5a0aa6ef647f2d0c40d2552e55a5d1816b.tar.bz2
packages_apps_InCallUI-2ae09c5a0aa6ef647f2d0c40d2552e55a5d1816b.zip
Make ripple on end call button bounded
Bug: 17411557 Change-Id: If309fa55e5c018227eccc44b7eef4193bebcc32d
Diffstat (limited to 'res')
-rw-r--r--res/drawable/end_call_background.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/drawable/end_call_background.xml b/res/drawable/end_call_background.xml
index 8f3926f4..c43deac4 100644
--- a/res/drawable/end_call_background.xml
+++ b/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>