]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/logcat_options_menu.xml
Enable searching of the logcat. https://redmine.stoutner.com/issues/381
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / logcat_options_menu.xml
index 26e1d04f28126a6648ce2e81c69374750db39da7..4da479730095e3d633c85b5c4ced5ac8c0a6321c 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2015-2020,2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2015-2020, 2022, 2024 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android/>.
 
   Privacy Browser Android is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto" >
 
+    <item
+        android:id="@+id/search"
+        android:title="@string/search"
+        android:orderInCategory="10"
+        android:icon="@drawable/search"
+        app:showAsAction="ifRoom" />
+
     <item
         android:id="@+id/copy"
         android:title="@string/copy_string"
-        android:orderInCategory="10"
+        android:orderInCategory="20"
         android:icon="@drawable/copy"
         app:showAsAction="always" />
 
     <item
         android:id="@+id/save"
         android:title="@string/save"
-        android:orderInCategory="20"
+        android:orderInCategory="30"
         android:icon="@drawable/save"
         app:showAsAction="ifRoom" />
 
     <item
         android:id="@+id/clear"
         android:title="@string/clear"
-        android:orderInCategory="30"
+        android:orderInCategory="40"
         android:icon="@drawable/close"
         app:showAsAction="ifRoom" />
-</menu>
\ No newline at end of file
+</menu>