• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?><!--
2  Copyright (C) 2023 The Android Open Source Project
3
4  Licensed under the Apache License, Version 2.0 (the "License");
5  you may not use this file except in compliance with the License.
6  You may obtain a copy of the License at
7
8       http://www.apache.org/licenses/LICENSE-2.0
9
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15  -->
16<resources>
17    <!-- MENU IDs -->
18    <!-- Root and Back buttons do not need a unique identifiers. -->
19    <string name="menu_root">-</string>
20    <string name="menu_back">-</string>
21
22    <!-- Application sub Menu -->
23    <string name="menu_applications">Applications</string>
24    <string name="menu_applications_dialer_panel">Dialer</string>
25    <string name="menu_applications_media_panel">Media</string>
26    <string name="menu_applications_messenger_panel">Messenger</string>
27
28    <!-- System sub Menu -->
29    <string name="menu_system">System</string>
30    <string name="menu_system_theme">Theme</string>
31    <string name="menu_system_theme_design_tokens_panel">Design Tokens</string>
32    <string name="menu_system_theme_car_ui_plugin_switch">Car UI Lib Plugin</string>
33    <string name="menu_system_theme_presets_dropdown">Presets</string>
34    <string name="menu_system_advanced">Advanced</string>
35    <string name="menu_system_advanced_rro_list_panel">RRO List</string>
36    <string name="menu_system_system_bar_dropdown">System Bars</string>
37    <string name="menu_system_cutouts_dropdown">Cutouts</string>
38
39    <!--  Copies  -->
40    <string name="dropdown_default">Default</string>
41</resources>