243eb8e9af
- Move server URL from connection screen to the setting screen. - Add setting for local video resolution. - Auto save last entered room number. - Use full screen mode in video renderer and fix texture offsets recalculation when rendering type is dynamically changed. BUG=3935,3953 R=kjellander@webrtc.org, pbos@webrtc.org, pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/30769004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7534 4adac7df-926f-26a2-2b94-8c16560cd09d
16 lines
460 B
XML
16 lines
460 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="videoResolutions">
|
|
<item>Default</item>
|
|
<item>HD (1280 x 720)</item>
|
|
<item>VGA (640 x 480)</item>
|
|
<item>QVGA (320 x 240)</item>
|
|
</string-array>
|
|
<string-array name="videoResolutionsValues">
|
|
<item>Default</item>
|
|
<item>1280 x 720</item>
|
|
<item>640 x 480</item>
|
|
<item>320 x 240</item>
|
|
</string-array>
|
|
</resources>
|