]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/bookmarks_databaseview_context_menu.xml
Bump the minimum API to 26. https://redmine.stoutner.com/issues/1163
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / bookmarks_databaseview_context_menu.xml
index f3982ea388e0a972e73e4e66248fa11f2ad648ea..5bbe3fad8229d384e778944772f4af033b7a2021 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2019-2020,2022 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2019-2020, 2022, 2024 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
         android:icon="@drawable/select_all"
         app:showAsAction="ifRoom" />
 
-    <!-- `android:iconTint` can be used once API >= 26 instead of including a separate drawable for each theme. -->
     <item
         android:id="@+id/delete"
         android:title="@string/delete"
         android:orderInCategory="20"
         android:icon="@drawable/delete"
         app:showAsAction="ifRoom" />
-</menu>
\ No newline at end of file
+</menu>