1 <?xml version="1.0" encoding="utf-8"?>
4 Copyright © 2016-2020 Soren Stoutner <soren@stoutner.com>.
6 This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
8 Privacy Browser 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 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. If not, see <http://www.gnu.org/licenses/>. -->
22 xmlns:android="http://schemas.android.com/apk/res/android">
25 android:id="@+id/clear_and_exit"
26 android:title="@string/clear_and_exit"
27 android:icon="@drawable/clear_and_exit"
28 android:orderInCategory="10" />
30 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
32 android:id="@+id/navigation_group" >
35 android:id="@+id/home"
36 android:title="@string/home"
37 android:icon="@drawable/home_enabled_day"
38 android:orderInCategory="20" />
41 android:id="@+id/back"
42 android:title="@string/back"
43 android:icon="@drawable/back"
44 android:orderInCategory="30" />
47 android:id="@+id/forward"
48 android:title="@string/forward"
49 android:icon="@drawable/forward"
50 android:orderInCategory="40" />
53 android:id="@+id/history"
54 android:title="@string/history"
55 android:icon="@drawable/history"
56 android:orderInCategory="50" />
59 android:id="@+id/open"
60 android:title="@string/open"
61 android:icon="@drawable/proxy_enabled_day"
62 android:orderInCategory="60" />
65 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
67 android:id="@+id/features_group" >
70 android:id="@+id/requests"
71 android:title="@string/requests"
72 android:icon="@drawable/block_ads_enabled_day"
73 android:orderInCategory="70" />
76 android:id="@+id/downloads"
77 android:title="@string/downloads"
78 android:icon="@drawable/downloads_enabled_day"
79 android:orderInCategory="80" />
82 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
84 android:id="@+id/settings_group" >
87 android:id="@+id/domains"
88 android:title="@string/domains"
89 android:icon="@drawable/domains_day"
90 android:orderInCategory="90" />
93 android:id="@+id/settings"
94 android:title="@string/settings"
95 android:icon="@drawable/settings"
96 android:orderInCategory="100" />
99 android:id="@+id/import_export"
100 android:title="@string/import_export"
101 android:icon="@drawable/import_export_day"
102 android:orderInCategory="110" />
105 android:id="@+id/logcat"
106 android:title="@string/logcat"
107 android:icon="@drawable/bug"
108 android:orderInCategory="120" />
111 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
113 android:id="@+id/info_group" >
116 android:id="@+id/guide"
117 android:title="@string/guide"
118 android:icon="@drawable/guide"
119 android:orderInCategory="130" />
122 android:id="@+id/about"
123 android:title="@string/about"
124 android:icon="@drawable/about_day"
125 android:orderInCategory="140" />