Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39c535d3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add an 'Extract all' menu item" into main

parents f59e68f8 4a76b0ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@
  int inspector_details_view;
  int option_menu_create_dir;
  int option_menu_debug;
  int option_menu_extract_all;
  int option_menu_inspect;
  int option_menu_launcher;
  int option_menu_new_window;
+6 −0
Original line number Diff line number Diff line
@@ -66,6 +66,12 @@
            android:alphabeticShortcut="a"
            android:visible="false"
            app:showAsAction="never"/>
        <item
            android:id="@+id/option_menu_extract_all"
            android:title="@string/menu_extract_all"
            android:icon="@drawable/ic_menu_extract"
            android:visible="false"
            app:showAsAction="always"/>
        <item
            android:id="@+id/option_menu_settings"
            android:title="@string/menu_settings"
+6 −0
Original line number Diff line number Diff line
@@ -76,6 +76,12 @@
            android:alphabeticShortcut="a"
            android:visible="false"
            app:showAsAction="never"/>
        <item
            android:id="@+id/option_menu_extract_all"
            android:title="@string/menu_extract_all"
            android:icon="@drawable/ic_menu_extract"
            android:visible="false"
            app:showAsAction="always"/>
        <item
            android:id="@+id/option_menu_settings"
            android:title="@string/menu_settings"
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@
    <string name="menu_compress">Compress</string>
    <!-- Menu item title that extracts the selected documents [CHAR LIMIT=28] -->
    <string name="menu_extract">Extract to\u2026</string>
    <!-- Menu item title that extracts all the documents in the current directory [CHAR LIMIT=28] -->
    <string name="menu_extract_all">Extract all\u2026</string>
    <!-- Menu item that renames the selected document [CHAR LIMIT=28] -->
    <string name="menu_rename">Rename</string>
    <!-- Menu item that displays properties about the selected document [CHAR LIMIT=28] -->