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

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

Issue 29657633: Issue 6188 - Add-ons option is being shown (Closed)
Patch Set: Created Jan. 5, 2018, 8:41 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
« no previous file with comments | « no previous file | mobile/android/app/src/main/res/menu-xlarge/browser_app_menu.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 <item android:id="@+id/tools" 92 <item android:id="@+id/tools"
93 android:title="@string/tools"> 93 android:title="@string/tools">
94 94
95 <menu> 95 <menu>
96 96
97 <item android:id="@+id/downloads" 97 <item android:id="@+id/downloads"
98 android:title="@string/downloads"/> 98 android:title="@string/downloads"/>
99 99
100 <item android:id="@+id/addons" 100 <item android:id="@+id/addons"
101 android:visible="false"
diegocarloslima 2018/01/05 20:46:25 Since we're forcing add-ons to be hidden in Browse
102 android:title="@string/addons"/> 101 android:title="@string/addons"/>
103 102
104 <item android:id="@+id/logins" 103 <item android:id="@+id/logins"
105 android:title="@string/logins"/> 104 android:title="@string/logins"/>
106 105
107 <item android:id="@+id/new_guest_session" 106 <item android:id="@+id/new_guest_session"
108 android:visible="false" 107 android:visible="false"
109 android:title="@string/new_guest_session"/> 108 android:title="@string/new_guest_session"/>
110 109
111 <item android:id="@+id/exit_guest_session" 110 <item android:id="@+id/exit_guest_session"
112 android:visible="false" 111 android:visible="false"
113 android:title="@string/exit_guest_session"/> 112 android:title="@string/exit_guest_session"/>
114 113
115 </menu> 114 </menu>
116 115
117 </item> 116 </item>
118 117
119 <item android:id="@+id/char_encoding" 118 <item android:id="@+id/char_encoding"
120 android:visible="false" 119 android:visible="false"
121 android:title="@string/char_encoding"/> 120 android:title="@string/char_encoding"/>
122 121
123 <item android:id="@+id/settings" 122 <item android:id="@+id/settings"
124 android:title="@string/settings" /> 123 android:title="@string/settings" />
125 124
126 <item android:id="@+id/help" 125 <item android:id="@+id/help"
127 android:visible="false" 126 android:visible="false"
128 android:title="@string/help_menu" /> 127 android:title="@string/help_menu" />
129 128
130 </menu> 129 </menu>
OLDNEW
« no previous file with comments | « no previous file | mobile/android/app/src/main/res/menu-xlarge/browser_app_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld