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

Unified Diff: webrtc/examples/androidapp/res/xml/preferences.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: Move programmatic layout changes into fragment_call.xml instead 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/xml/preferences.xml
diff --git a/webrtc/examples/androidapp/res/xml/preferences.xml b/webrtc/examples/androidapp/res/xml/preferences.xml
index 73d8d5e254dfeadba1cba8b516b57dc532316469..c580e0cb777060e1f043439175ff20fcaae96fa2 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -26,6 +26,12 @@
android:entries="@array/cameraFps"
android:entryValues="@array/cameraFps" />
+ <CheckBoxPreference
+ android:key="@string/pref_capturequalityslider_key"
+ android:title="@string/pref_capturequalityslider_title"
+ android:dialogTitle="@string/pref_capturequalityslider_dlg"
+ android:defaultValue="@string/pref_capturequalityslider_default" />
+
<ListPreference
android:key="@string/pref_startvideobitrate_key"
android:title="@string/pref_startvideobitrate_title"
« no previous file with comments | « webrtc/examples/androidapp/res/values/strings.xml ('k') | webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698