]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/menu/logcat_options_menu.xml
Convert LogcatActivity to Kotlin. https://redmine.stoutner.com/issues/770
[PrivacyBrowserAndroid.git] / app / src / main / res / menu / logcat_options_menu.xml
index f8c8dd1180e7f263ea9fed41f3e2675a8421d36b..c85245473ecef7f4e83442f58b95888604d37808 100644 (file)
 
 <menu
     xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto">
+    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:title="@string/copy"
         android:orderInCategory="10"
         android:icon="?attr/copyIcon"
         app:showAsAction="always" />