Fixed disabled handle color while outgoing call is ringing

This commit is contained in:
Sylvain Berfini 2025-03-27 09:10:22 +01:00
parent 87c44f438d
commit 5a5fc5dcb8

View file

@ -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" />