]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/logcat_options_menu.xml
Combine drawable files. https://redmine.stoutner.com/issues/794
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / logcat_options_menu.xml
index ba18c5686350dd566eec501b2595154ca752dae8..26e1d04f28126a6648ce2e81c69374750db39da7 100644 (file)
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto" >
 
-    <!-- `android:iconTint` can be used once the minimum API >= 26 instead of including a separate drawable for each theme. -->
     <item
         android:id="@+id/copy"
         android:title="@string/copy_string"
         android:orderInCategory="10"
-        android:icon="?attr/copyIcon"
+        android:icon="@drawable/copy"
         app:showAsAction="always" />
 
-    <!-- `android:iconTint` can be used once the minimum API >= 26 instead of including a separate drawable for each theme. -->
     <item
         android:id="@+id/save"
         android:title="@string/save"
         android:orderInCategory="20"
-        android:icon="?attr/saveIcon"
+        android:icon="@drawable/save"
         app:showAsAction="ifRoom" />
 
-    <!-- `android:iconTint` can be used once the minimum API >= 26 instead of including a separate drawable for each theme. -->
     <item
         android:id="@+id/clear"
         android:title="@string/clear"
         android:orderInCategory="30"
-        android:icon="?attr/closeIcon"
+        android:icon="@drawable/close"
         app:showAsAction="ifRoom" />
 </menu>
\ No newline at end of file