diff options
author | Yorke Lee <yorkelee@google.com> | 2014-09-16 16:59:18 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-16 16:59:18 +0000 |
commit | 49287bda6b0c8e864f25818e4dbc60fce0dff7cf (patch) | |
tree | 9d250610aa2038f413e4a85e806c9eb96a10c836 /InCallUI | |
parent | e685ad09a7e848d0bac594e8895b360ba1e20a10 (diff) | |
parent | e564a0fbb630a20e879bb6e9fced34efab7a63e3 (diff) |
am 78ba6214: am d49bb8d6: am 2ae09c5a: Make ripple on end call button bounded
* commit '78ba6214e0bf3a48b6ab54090503c8a64acd05d2':
Make ripple on end call button bounded
Diffstat (limited to 'InCallUI')
-rw-r--r-- | InCallUI/res/drawable/end_call_background.xml | 8 |
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> |