From f0ad67fb2949c3b1eb0d5cf0a7548acef91d507f Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 27 Mar 2025 09:10:22 +0100 Subject: [PATCH] Fixed disabled handle color while outgoing call is ringing --- app/src/main/res/layout/call_outgoing_actions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/call_outgoing_actions.xml b/app/src/main/res/layout/call_outgoing_actions.xml index 44ac50dec..28063ea49 100644 --- a/app/src/main/res/layout/call_outgoing_actions.xml +++ b/app/src/main/res/layout/call_outgoing_actions.xml @@ -23,7 +23,7 @@ android:src="@drawable/animated_caret_to_handle" android:enabled="false" android:contentDescription="@string/content_description_toggle_bottom_sheet" - app:tint="@color/in_call_button_tint_color" + app:tint="@color/gray_400" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" />