| Index: webrtc/examples/androidapp/res/layout/fragment_call.xml
|
| diff --git a/webrtc/examples/androidapp/res/layout/fragment_call.xml b/webrtc/examples/androidapp/res/layout/fragment_call.xml
|
| index 5d71d73f50d4328ca1937b44bba756a133d1dcea..e6d660acabaff153947559cb52adf5b7e84c4843 100644
|
| --- a/webrtc/examples/androidapp/res/layout/fragment_call.xml
|
| +++ b/webrtc/examples/androidapp/res/layout/fragment_call.xml
|
| @@ -47,6 +47,14 @@
|
| android:contentDescription="@string/disconnect_call"
|
| android:layout_width="48dp"
|
| android:layout_height="48dp"/>
|
| +
|
| + <ImageButton
|
| + android:id="@+id/button_call_toggle_mic"
|
| + android:background="@android:drawable/ic_btn_speak_now"
|
| + android:contentDescription="@string/toggle_mic"
|
| + android:layout_marginEnd="8dp"
|
| + android:layout_width="48dp"
|
| + android:layout_height="48dp"/>
|
| </LinearLayout>
|
|
|
| <TextView
|
|
|