Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: webrtc/examples/androidapp/res/layout/fragment_call.xml

Issue 1820113003: Add Mic Toggle button to AppRTCDemo (Android). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..26c289e91aa90fced901e8110121feb7747a40c7 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/switch_camera"
AlexG 2016/03/22 16:49:20 nit: Add new content description string for mic mu
the sun 2016/03/23 08:25:44 Oops, thanks. Done.
+ android:layout_marginEnd="8dp"
+ android:layout_width="48dp"
+ android:layout_height="48dp"/>
</LinearLayout>
<TextView

Powered by Google App Engine
This is Rietveld 408576698