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

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

Issue 1361083002: Android AppRTCDemo: Add slider for changing camera capture quality during call (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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 70a9a28197a1ae49378e703507181d3bff9fec77..b2b0f0edaa9536ae79c12e818c865ab289ad0844 100644
--- a/webrtc/examples/androidapp/res/layout/fragment_call.xml
+++ b/webrtc/examples/androidapp/res/layout/fragment_call.xml
@@ -15,6 +15,7 @@
android:textSize="24sp"
android:layout_margin="8dp"/>
+ <!-- Note if you change this: the capture quality slider injects itself programmatically below |buttons_call_container|. -->
<LinearLayout
android:id="@+id/buttons_call_container"
android:orientation="horizontal"

Powered by Google App Engine
This is Rietveld 408576698