1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22

content / public / android / java / res / values / ids.xml [blame]

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<resources>
    <!-- Selection Menu Group IDs -->
    <item type="id" name="select_action_menu_assist_items" />
    <item type="id" name="select_action_menu_default_items" />
    <item type="id" name="select_action_menu_text_processing_items" />

    <!-- Selection Menu Items -->
    <item type="id" name="select_action_menu_cut" />
    <item type="id" name="select_action_menu_copy" />
    <item type="id" name="select_action_menu_paste" />
    <item type="id" name="select_action_menu_share" />
    <item type="id" name="select_action_menu_select_all" />
    <item type="id" name="select_action_menu_paste_as_plain_text" />
    <item type="id" name="select_action_menu_web_search" />
</resources>