1 <?xml version="1.0" encoding="utf-8"?>
4 Copyright © 2016-2017 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">
24 android:id="@+id/home"
25 android:title="@string/home"
26 android:icon="@drawable/home_enabled_light"
27 android:orderInCategory="10" />
30 android:id="@+id/back"
31 android:title="@string/back"
32 android:icon="@drawable/back"
33 android:orderInCategory="20" />
36 android:id="@+id/forward"
37 android:title="@string/forward"
38 android:icon="@drawable/forward"
39 android:orderInCategory="30" />
42 android:id="@+id/history"
43 android:title="@string/history"
44 android:icon="@drawable/history"
45 android:orderInCategory="40" />
47 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
49 android:id="@+id/navigationGroup1" >
51 android:id="@+id/bookmarks"
52 android:title="@string/bookmarks"
53 android:icon="@drawable/bookmarks"
54 android:orderInCategory="50" />
57 android:id="@+id/downloads"
58 android:title="@string/downloads"
59 android:icon="@drawable/downloads"
60 android:orderInCategory="60" />
63 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
65 android:id="@+id/navigationGroup2" >
67 android:id="@+id/settings"
68 android:title="@string/settings"
69 android:icon="@drawable/settings"
70 android:orderInCategory="70" />
73 android:id="@+id/domains"
74 android:title="@string/domains"
75 android:icon="@drawable/domains"
76 android:orderInCategory="80" />
79 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
81 android:id="@+id/navigationGroup3" >
83 android:id="@+id/guide"
84 android:title="@string/guide"
85 android:icon="@drawable/guide"
86 android:orderInCategory="90" />
89 android:id="@+id/about"
90 android:title="@string/about"
91 android:icon="@drawable/about"
92 android:orderInCategory="100" />
95 <!-- If a group has an id, a line is drawn above it in the navigation view. -->
97 android:id="@+id/navigationGroup4" >
99 android:id="@+id/clearAndExit"
100 android:title="@string/clear_and_exit"
101 android:icon="@drawable/clear_and_exit"
102 android:orderInCategory="110" />