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

Side by Side Diff: talk/examples/android/res/menu/connect_menu.xml

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
2 <item
3 android:id="@+id/action_settings"
4 android:orderInCategory="100"
5 android:icon="@android:drawable/ic_menu_preferences"
6 android:showAsAction="ifRoom"
7 android:title="@string/action_settings"/>
8 </menu>
OLDNEW
« no previous file with comments | « talk/examples/android/res/layout/fragment_hud.xml ('k') | talk/examples/android/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698