]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/webview_navigation_menu_bottom_appbar.xml
Add a scroll to top/bottom navigation view entry. https://redmine.stoutner.com/issue...
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / webview_navigation_menu_bottom_appbar.xml
index a14f46171cc989bf1a014f62d1ef3a779baa3030..87bc956dc22e40f1e77c3b333beb2a5d93cad243 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2016-2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2016-2023 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
             android:icon="@drawable/history"
             android:orderInCategory="110" />
 
+        <item
+            android:id="@+id/scroll_to_bottom"
+            android:title="@string/scroll_to_bottom"
+            android:icon="@drawable/move_down_enabled"
+            android:orderInCategory="120" />
+
         <item
             android:id="@+id/forward"
             android:title="@string/forward"
             android:icon="@drawable/forward"
-            android:orderInCategory="120" />
+            android:orderInCategory="130" />
 
         <item
             android:id="@+id/back"
             android:title="@string/back"
             android:icon="@drawable/back"
-            android:orderInCategory="130" />
+            android:orderInCategory="140" />
 
         <item
             android:id="@+id/home"
             android:title="@string/home"
             android:icon="@drawable/home"
-            android:orderInCategory="140" />
+            android:orderInCategory="150" />
     </group>
 
     <!-- If a group has an id, a line is drawn above it in the navigation view. -->
             android:id="@+id/clear_and_exit"
             android:title="@string/clear_and_exit"
             android:icon="@drawable/download_with_external_app_enabled"
-            android:orderInCategory="150" />
+            android:orderInCategory="160" />
     </group>
 </menu>