Implement layout changes to new call screen UX.

This commit is contained in:
Alex Hart
2020-05-21 16:57:21 -03:00
parent 5cb1201903
commit 124c3e25e9
37 changed files with 783 additions and 293 deletions

View File

@@ -516,8 +516,10 @@
</declare-styleable>
<declare-styleable name="WebRtcAudioOutputToggleButtonState">
<attr name="state_headset" format="boolean" />
<attr name="state_speaker" format="boolean" />
<attr name="state_handset" format="boolean" />
<attr name="state_speaker_on" format="boolean" />
<attr name="state_speaker_off" format="boolean" />
<attr name="state_headset_selected" format="boolean" />
<attr name="state_speaker_selected" format="boolean" />
<attr name="state_handset_selected" format="boolean" />
</declare-styleable>
</resources>