mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed disabled handle color while outgoing call is ringing
This commit is contained in:
parent
87c44f438d
commit
5a5fc5dcb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue