Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/app/src/main/res/menu-xlarge/browser_app_menu.xml

Issue 29670627: Issue 6282 - Help option is being shown (Closed)
Patch Set: Created Jan. 16, 2018, 5:39 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
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 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 5
6 <!-- We disable AlwaysShowAction because we interpret the menu 6 <!-- We disable AlwaysShowAction because we interpret the menu
7 attributes ourselves and thus the warning isn't relevant to us. --> 7 attributes ourselves and thus the warning isn't relevant to us. -->
8 <menu xmlns:android="http://schemas.android.com/apk/res/android" 8 <menu xmlns:android="http://schemas.android.com/apk/res/android"
9 xmlns:tools="http://schemas.android.com/tools" 9 xmlns:tools="http://schemas.android.com/tools"
10 tools:ignore="AlwaysShowAction"> 10 tools:ignore="AlwaysShowAction">
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 116
117 </item> 117 </item>
118 118
119 <item android:id="@+id/char_encoding" 119 <item android:id="@+id/char_encoding"
120 android:visible="false" 120 android:visible="false"
121 android:title="@string/char_encoding"/> 121 android:title="@string/char_encoding"/>
122 122
123 <item android:id="@+id/settings" 123 <item android:id="@+id/settings"
124 android:title="@string/settings" /> 124 android:title="@string/settings" />
125 125
126 <!-- Hiding help. See https://issues.adblockplus.org/ticket/6278 -->
126 <item android:id="@+id/help" 127 <item android:id="@+id/help"
127 android:visible="false" 128 android:visible="false"
128 android:title="@string/help_menu" /> 129 android:title="@string/help_menu" />
129 130
130 </menu> 131 </menu>
OLDNEW

Powered by Google App Engine
This is Rietveld