Update call button iconography and colours.

This commit is contained in:
Alex Hart
2023-03-22 12:01:46 -03:00
committed by Greyson Parrelli
parent d9c1ecab9b
commit 57a2a32c71
51 changed files with 274 additions and 240 deletions

View File

@@ -7,8 +7,8 @@ import org.thoughtcrime.securesms.R;
public enum WebRtcAudioOutput {
HANDSET(R.string.WebRtcAudioOutputToggle__phone_earpiece, R.drawable.ic_handset_solid_24),
SPEAKER(R.string.WebRtcAudioOutputToggle__speaker, R.drawable.ic_speaker_solid_24),
HEADSET(R.string.WebRtcAudioOutputToggle__bluetooth, R.drawable.ic_speaker_bt_solid_24);
SPEAKER(R.string.WebRtcAudioOutputToggle__speaker, R.drawable.symbol_speaker_fill_white_24),
HEADSET(R.string.WebRtcAudioOutputToggle__bluetooth, R.drawable.symbol_speaker_bluetooth_fill_white_24);
private final @StringRes int labelRes;
private final @DrawableRes int iconRes;