mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 05:28:08 +00:00
Switched mute button background to red when selected
This commit is contained in:
parent
d002d308c4
commit
c62ac4359a
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@
|
|||
android:layout_height="@dimen/call_button_size"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:padding="@dimen/call_button_icon_padding"
|
||||
android:selected="@{viewModel.isMicrophoneMuted}"
|
||||
android:src="@{viewModel.isMicrophoneMuted ? @drawable/microphone_slash : @drawable/microphone, default=@drawable/microphone}"
|
||||
android:background="@drawable/in_call_button_background_red"
|
||||
app:tint="@color/in_call_button_tint_color"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue