glaznev@webrtc.org | 243eb8e | 2014-10-27 17:22:15 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <resources> | ||||
3 | <string-array name="videoResolutions"> | ||||
4 | <item>Default</item> | ||||
5 | <item>HD (1280 x 720)</item> | ||||
6 | <item>VGA (640 x 480)</item> | ||||
7 | <item>QVGA (320 x 240)</item> | ||||
8 | </string-array> | ||||
9 | <string-array name="videoResolutionsValues"> | ||||
10 | <item>Default</item> | ||||
11 | <item>1280 x 720</item> | ||||
12 | <item>640 x 480</item> | ||||
13 | <item>320 x 240</item> | ||||
14 | </string-array> | ||||
15 | </resources> |