From 99fc8e5ecf821c8b9254c17df849f7295af92dd3 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 1 May 2020 19:22:12 +0200 Subject: [PATCH] adding ripple effect background to call notification buttons --- app/src/main/res/drawable/ripple_background.xml | 6 ++++++ app/src/main/res/layout/call_notification.xml | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 app/src/main/res/drawable/ripple_background.xml diff --git a/app/src/main/res/drawable/ripple_background.xml b/app/src/main/res/drawable/ripple_background.xml new file mode 100644 index 00000000..783c769d --- /dev/null +++ b/app/src/main/res/drawable/ripple_background.xml @@ -0,0 +1,6 @@ + + + diff --git a/app/src/main/res/layout/call_notification.xml b/app/src/main/res/layout/call_notification.xml index 90bb0341..94a5b06b 100644 --- a/app/src/main/res/layout/call_notification.xml +++ b/app/src/main/res/layout/call_notification.xml @@ -43,6 +43,7 @@ android:layout_width="wrap_content" android:layout_height="@dimen/call_notification_button_size" android:layout_weight="1" + android:background="@drawable/ripple_background" android:src="@drawable/ic_phone_down_red_vector" />