blob: 6f7f57afd1726ad634c5d68363829e0f96a3e026 [file] [log] [blame]
Fabrice Di Meglioc70b7f62014-06-19 11:29:26 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3**
4** Copyright 2014, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
19<resources>
Fan Zhang3d516e72018-01-31 14:14:41 -080020 <item type="id" name="preference_highlighted" />
Jeff Sharkeya77652f2016-04-01 23:12:45 -060021
22 <item type="id" name="lock_none" />
23 <item type="id" name="lock_pin" />
24 <item type="id" name="lock_password" />
25
26 <item type="id" name="encrypt_dont_require_password" />
Mihai Nita8e7c7592016-04-21 14:56:59 -070027
Behnam Heydarshahi017fa1c2023-07-10 17:46:42 +000028 <item type="id" name="tag_row_view" />
29
Mihai Nita8e7c7592016-04-21 14:56:59 -070030 <!-- Used for custom accessibility actions in the Drag-and-Drop locale list -->
31 <item type="id" name="action_drag_move_up" />
32 <item type="id" name="action_drag_move_down" />
33 <item type="id" name="action_drag_move_top" />
34 <item type="id" name="action_drag_move_bottom" />
35 <item type="id" name="action_drag_remove" />
Antony Sargente13d04c2019-01-29 16:54:03 -080036
Jay Aliomer41ee5662020-04-19 21:44:26 -040037 <!-- Go to location settings button id -->
38 <item type="id" name="go_to_location_setting" />
39
Antony Sargente13d04c2019-01-29 16:54:03 -080040 <!-- For a menu item allowing users to edit a SIM display name -->
41 <item type="id" name="edit_sim_name" />
tom hsuded10f82022-03-23 22:28:39 +080042
43 <!-- For a layout container to add AppLocaleDetails into -->
44 <item type="id" name="layout_app_locale_details" />
Jason Changc0f0b0c2023-06-15 16:09:06 +000045
46 <!-- For screen lock options button -->
47 <item type="id" name="screen_lock_options" />
48
Vincent Wang50fe9172024-12-12 06:44:56 +000049 <!-- For some widgets still use this ids under com.android.settings.R-->
50 <item type="id" name="sud_layout_icon" />
51
Fabrice Di Meglioc70b7f62014-06-19 11:29:26 -070052</resources>