mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 13:08:07 +00:00
Fixed color issue
This commit is contained in:
parent
2ba54f085d
commit
815a2ed854
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue