Fixed color issue

This commit is contained in:
Sylvain Berfini 2025-01-14 17:45:08 +01:00
parent 2ba54f085d
commit 815a2ed854
2 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@
android:src="@drawable/monitor_arrow_up"
android:contentDescription="@string/conference_action_screen_sharing"
android:background="@drawable/shape_round_in_call_disabled_button_background"
app:tint="?attr/color_grey_500"
app:tint="@color/gray_400"
app:layout_constraintDimensionRatio="1:1"
app:layout_constraintStart_toStartOf="@id/screen_sharing_label"
app:layout_constraintEnd_toEndOf="@id/screen_sharing_label"
@ -184,7 +184,7 @@
android:contentDescription="@string/call_action_record_call"
android:selected="@{viewModel.isRecording()}"
android:background="@drawable/shape_round_in_call_disabled_button_background"
app:tint="?attr/color_grey_500"
app:tint="@color/gray_400"
app:layout_constraintDimensionRatio="1:1"
app:layout_constraintTop_toBottomOf="@id/main_actions"
app:layout_constraintStart_toStartOf="@id/record_call_label"

View file

@ -48,7 +48,7 @@
android:src="@drawable/monitor_arrow_up"
android:contentDescription="@string/conference_action_screen_sharing"
android:background="@drawable/shape_round_in_call_disabled_button_background"
app:tint="?attr/color_grey_500"
app:tint="@color/gray_400"
app:layout_constraintDimensionRatio="1:1"
app:layout_constraintStart_toStartOf="@id/screen_sharing_label"
app:layout_constraintEnd_toEndOf="@id/screen_sharing_label"
@ -184,7 +184,7 @@
android:contentDescription="@string/call_action_record_call"
android:selected="@{viewModel.isRecording()}"
android:background="@drawable/shape_round_in_call_disabled_button_background"
app:tint="?attr/color_grey_500"
app:tint="@color/gray_400"
app:layout_constraintDimensionRatio="1:1"
app:layout_constraintTop_toBottomOf="@id/calls_list_label"
app:layout_constraintStart_toStartOf="@id/calls_list"