diff options
-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> |