1 <?xml version="1.0" encoding="utf-8"?>
4 Copyright 2016-2023 Soren Stoutner <soren@stoutner.com>.
6 This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
8 Privacy Browser Android is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
13 Privacy Browser Android is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with Privacy Browser Android. If not, see <http://www.gnu.org/licenses/>. -->
21 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
23 android:id="@+id/about"
24 android:title="@string/about"
25 android:icon="@drawable/about"
26 android:orderInCategory="10" />
29 android:id="@+id/guide"
30 android:title="@string/guide"
31 android:icon="@drawable/guide"
32 android:orderInCategory="20" />
34 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
35 <group android:id="@+id/settings_group" >
37 android:id="@+id/webview_devtools"
38 android:title="@string/webview_devtools"
39 android:icon="@drawable/webview_devtools"
40 android:orderInCategory="30" />
43 android:id="@+id/logcat"
44 android:title="@string/logcat"
45 android:icon="@drawable/clear_logcat_enabled"
46 android:orderInCategory="40" />
49 android:id="@+id/import_export"
50 android:title="@string/import_export"
51 android:icon="@drawable/import_export"
52 android:orderInCategory="50" />
55 android:id="@+id/settings"
56 android:title="@string/settings"
57 android:icon="@drawable/settings"
58 android:orderInCategory="60" />
61 android:id="@+id/domains"
62 android:title="@string/domains"
63 android:icon="@drawable/domains"
64 android:orderInCategory="70" />
67 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
68 <group android:id="@+id/features_group" >
70 android:id="@+id/downloads"
71 android:title="@string/downloads"
72 android:icon="@drawable/download"
73 android:orderInCategory="80" />
76 android:id="@+id/requests"
77 android:title="@string/requests"
78 android:icon="@drawable/block_ads_enabled"
79 android:orderInCategory="90" />
82 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
83 <group android:id="@+id/navigation_group" >
85 android:id="@+id/open"
86 android:title="@string/open"
87 android:icon="@drawable/proxy_enabled"
88 android:orderInCategory="100" />
91 android:id="@+id/history"
92 android:title="@string/history"
93 android:icon="@drawable/history"
94 android:orderInCategory="110" />
97 android:id="@+id/scroll_to_bottom"
98 android:title="@string/scroll_to_bottom"
99 android:icon="@drawable/move_down_enabled"
100 android:orderInCategory="120" />
103 android:id="@+id/forward"
104 android:title="@string/forward"
105 android:icon="@drawable/forward"
106 android:orderInCategory="130" />
109 android:id="@+id/back"
110 android:title="@string/back"
111 android:icon="@drawable/back"
112 android:orderInCategory="140" />
115 android:id="@+id/home"
116 android:title="@string/home"
117 android:icon="@drawable/home"
118 android:orderInCategory="150" />
121 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
122 <group android:id="@+id/clear_and_exit_group" >
124 android:id="@+id/clear_and_exit"
125 android:title="@string/clear_and_exit"
126 android:icon="@drawable/download_with_external_app_enabled"
127 android:orderInCategory="160" />