]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/menu_options.xml
Create preference to disable swipe to refresh when not desired. Remove -standard...
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / menu_options.xml
index 038b364ff0a7e75d26a4cc6899574b979794944f..5655644a6d807876953ffe1a89cffeb6aeb59aa8 100644 (file)
         android:title="@string/add_to_home_screen"
         android:orderInCategory="80"
         app:showAsAction="never" />
+
+    <item
+        android:id="@+id/refresh"
+        android:title="@string/refresh"
+        android:orderInCategory="90"
+        app:showAsAction="never" />
 </menu>