]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/webview_navigation_menu_top_appbar.xml
Add WebView DevTools to the navigation menu. https://redmine.stoutner.com/issues/893
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / webview_navigation_menu_top_appbar.xml
index ff5debf08c8d678a11cdc008947d9d9e7aa1943e..8ca53059b8ada2bffb41686fdbb9394507b849f6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2016-2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2016-2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
             android:title="@string/logcat"
             android:icon="@drawable/clear_logcat_enabled"
             android:orderInCategory="120" />
+
+        <item
+            android:id="@+id/webview_devtools"
+            android:title="@string/webview_devtools"
+            android:icon="@drawable/webview_devtools"
+            android:orderInCategory="130" />
     </group>
 
     <!-- If a group has an id, a line is drawn above it in the navigation view. -->
             android:id="@+id/guide"
             android:title="@string/guide"
             android:icon="@drawable/guide"
-            android:orderInCategory="130" />
+            android:orderInCategory="140" />
 
         <item
             android:id="@+id/about"
             android:title="@string/about"
             android:icon="@drawable/about"
-            android:orderInCategory="140" />
+            android:orderInCategory="150" />
     </group>
-</menu>
\ No newline at end of file
+</menu>