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

Unified Diff: webrtc/examples/androidapp/res/values/arrays.xml

Issue 2077663003: Camera2 in AppRTC Android Demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@camera2_only
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/values/strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/res/values/arrays.xml
diff --git a/webrtc/examples/androidapp/res/values/arrays.xml b/webrtc/examples/androidapp/res/values/arrays.xml
index dd06c46ed16bbe6f8be06600db544677e7a2a693..06cf3d84cee380841aa5dc81d76f7b89b6583930 100644
--- a/webrtc/examples/androidapp/res/values/arrays.xml
+++ b/webrtc/examples/androidapp/res/values/arrays.xml
@@ -1,5 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <string-array name="enableDisableForce">
+ <item>Enable</item>
+ <item>Disable</item>
+ <item>Force enable</item>
nisse-webrtc 2016/06/20 09:00:28 I think I'd prefer Enable/Disable/Auto (with Auto
+ </string-array>
+
+ <string-array name="enableDisableForceValues">
+ <item>true</item>
+ <item>false</item>
+ <item>force</item>
+ </string-array>
+
<string-array name="videoResolutions">
<item>Default</item>
<item>HD (1280 x 720)</item>
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698