]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/webview_navigation_menu.xml
Invert the items in the navigation menu when using a bottom appbar. https://redmine...
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / webview_navigation_menu.xml
diff --git a/app/src/main/res/menu/webview_navigation_menu.xml b/app/src/main/res/menu/webview_navigation_menu.xml
deleted file mode 100644 (file)
index cc939f2..0000000
+++ /dev/null
@@ -1,127 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  Copyright © 2016-2021 Soren Stoutner <soren@stoutner.com>.
-
-  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
-
-  Privacy Browser is free software: you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation, either version 3 of the License, or
-  (at your option) any later version.
-
-  Privacy Browser is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
-
-<menu
-    xmlns:android="http://schemas.android.com/apk/res/android">
-
-    <item
-        android:id="@+id/clear_and_exit"
-        android:title="@string/clear_and_exit"
-        android:icon="@drawable/download_with_external_app_enabled_day"
-        android:orderInCategory="10" />
-
-    <!-- If a group has an id, a line is drawn above it in the navigation view. -->
-    <group
-        android:id="@+id/navigation_group" >
-
-        <item
-            android:id="@+id/home"
-            android:title="@string/home"
-            android:icon="@drawable/home_enabled_day"
-            android:orderInCategory="20" />
-
-        <item
-            android:id="@+id/back"
-            android:title="@string/back"
-            android:icon="@drawable/back"
-            android:orderInCategory="30" />
-
-        <item
-            android:id="@+id/forward"
-            android:title="@string/forward"
-            android:icon="@drawable/forward"
-            android:orderInCategory="40" />
-
-        <item
-            android:id="@+id/history"
-            android:title="@string/history"
-            android:icon="@drawable/history"
-            android:orderInCategory="50" />
-
-        <item
-            android:id="@+id/open"
-            android:title="@string/open"
-            android:icon="@drawable/proxy_enabled_day"
-            android:orderInCategory="60" />
-    </group>
-
-    <!-- If a group has an id, a line is drawn above it in the navigation view. -->
-    <group
-        android:id="@+id/features_group" >
-
-        <item
-            android:id="@+id/requests"
-            android:title="@string/requests"
-            android:icon="@drawable/block_ads_enabled_day"
-            android:orderInCategory="70" />
-
-        <item
-            android:id="@+id/downloads"
-            android:title="@string/downloads"
-            android:icon="@drawable/downloads_enabled_day"
-            android:orderInCategory="80" />
-    </group>
-
-    <!-- If a group has an id, a line is drawn above it in the navigation view. -->
-    <group
-        android:id="@+id/settings_group" >
-
-        <item
-            android:id="@+id/domains"
-            android:title="@string/domains"
-            android:icon="@drawable/domains_day"
-            android:orderInCategory="90" />
-
-        <item
-            android:id="@+id/settings"
-            android:title="@string/settings"
-            android:icon="@drawable/settings"
-            android:orderInCategory="100" />
-
-        <item
-            android:id="@+id/import_export"
-            android:title="@string/import_export"
-            android:icon="@drawable/import_export"
-            android:orderInCategory="110" />
-
-        <item
-            android:id="@+id/logcat"
-            android:title="@string/logcat"
-            android:icon="@drawable/bug"
-            android:orderInCategory="120" />
-    </group>
-
-    <!-- If a group has an id, a line is drawn above it in the navigation view. -->
-    <group
-        android:id="@+id/info_group" >
-
-        <item
-            android:id="@+id/guide"
-            android:title="@string/guide"
-            android:icon="@drawable/guide"
-            android:orderInCategory="130" />
-
-        <item
-            android:id="@+id/about"
-            android:title="@string/about"
-            android:icon="@drawable/about_day"
-            android:orderInCategory="140" />
-    </group>
-</menu>
\ No newline at end of file