| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. |
| 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 <menu xmlns:android="http://schemas.android.com/apk/res/android" > | 7 <menu xmlns:android="http://schemas.android.com/apk/res/android" > |
| 8 | 8 |
| 9 <group | 9 <group |
| 10 android:id="@+id/MAIN_MENU" | 10 android:id="@+id/MAIN_MENU" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 android:id="@+id/direct_share_menu_id" | 50 android:id="@+id/direct_share_menu_id" |
| 51 android:title="@null"/> | 51 android:title="@null"/> |
| 52 </menu> | 52 </menu> |
| 53 </item> | 53 </item> |
| 54 <item | 54 <item |
| 55 android:id="@+id/preferences" | 55 android:id="@+id/preferences" |
| 56 android:title="@string/preferences"/> | 56 android:title="@string/preferences"/> |
| 57 </group> | 57 </group> |
| 58 | 58 |
| 59 </menu> | 59 </menu> |
| OLD | NEW |