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

Side by Side Diff: platform_tools/android/apps/sample_app/src/main/res/menu/action_bar.xml

Issue 1215023017: Update Android Apps to use gradle (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: onlyIf Created 5 years, 5 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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2011 Google Inc. 2 <!-- Copyright 2011 Google Inc.
3 3
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <menu xmlns:android="http://schemas.android.com/apk/res/android"> 8 <menu xmlns:android="http://schemas.android.com/apk/res/android">
9 <item 9 <item
10 android:id="@+id/fps" 10 android:id="@+id/fps"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 android:title="@string/glcontext_msaa4_opengl" 66 android:title="@string/glcontext_msaa4_opengl"
67 android:checkable="true" 67 android:checkable="true"
68 /> 68 />
69 </menu> 69 </menu>
70 </item> 70 </item>
71 <item 71 <item
72 android:id="@+id/save_to_pdf" 72 android:id="@+id/save_to_pdf"
73 android:title="@string/save_to_pdf" 73 android:title="@string/save_to_pdf"
74 /> 74 />
75 </menu> 75 </menu>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698