]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/bookmarks_databaseview_options_menu.xml
Save and restore the app state. https://redmine.stoutner.com/issues/461
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / bookmarks_databaseview_options_menu.xml
index f200580275bed8497d875427173efc426dda8d89..6d04dee725b3e230e0b29aa93a0ef340b0a3ffa7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2019 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2019-2020 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
@@ -24,7 +24,7 @@
 
     <!-- `android:iconTint` can be used once the minimum API >= 26 instead of including a separate drawable for each theme. -->
     <item
-        android:id="@+id/options_menu_sort"
+        android:id="@+id/sort"
         android:title="@string/sort"
         android:orderInCategory="10"
         android:icon="?attr/sortIcon"