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
9 lines
314 B
XML
9 lines
314 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:icon="@android:drawable/ic_menu_preferences"
|
|
android:showAsAction="ifRoom"
|
|
android:title="@string/action_settings"/>
|
|
</menu>
|