Fabrice Di Meglio | c70b7f6 | 2014-06-19 11:29:26 -0700 | [diff] [blame] | 1 | <?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 Zhang | 3d516e7 | 2018-01-31 14:14:41 -0800 | [diff] [blame] | 20 | <item type="id" name="preference_highlighted" /> |
Jeff Sharkey | a77652f | 2016-04-01 23:12:45 -0600 | [diff] [blame] | 21 | |
| 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 Nita | 8e7c759 | 2016-04-21 14:56:59 -0700 | [diff] [blame] | 27 | |
Behnam Heydarshahi | 017fa1c | 2023-07-10 17:46:42 +0000 | [diff] [blame] | 28 | <item type="id" name="tag_row_view" /> |
| 29 | |
Mihai Nita | 8e7c759 | 2016-04-21 14:56:59 -0700 | [diff] [blame] | 30 | <!-- 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 Sargent | e13d04c | 2019-01-29 16:54:03 -0800 | [diff] [blame] | 36 | |
Jay Aliomer | 41ee566 | 2020-04-19 21:44:26 -0400 | [diff] [blame] | 37 | <!-- Go to location settings button id --> |
| 38 | <item type="id" name="go_to_location_setting" /> |
| 39 | |
Antony Sargent | e13d04c | 2019-01-29 16:54:03 -0800 | [diff] [blame] | 40 | <!-- For a menu item allowing users to edit a SIM display name --> |
| 41 | <item type="id" name="edit_sim_name" /> |
tom hsu | ded10f8 | 2022-03-23 22:28:39 +0800 | [diff] [blame] | 42 | |
| 43 | <!-- For a layout container to add AppLocaleDetails into --> |
| 44 | <item type="id" name="layout_app_locale_details" /> |
Jason Chang | c0f0b0c | 2023-06-15 16:09:06 +0000 | [diff] [blame] | 45 | |
| 46 | <!-- For screen lock options button --> |
| 47 | <item type="id" name="screen_lock_options" /> |
| 48 | |
Vincent Wang | 50fe917 | 2024-12-12 06:44:56 +0000 | [diff] [blame] | 49 | <!-- For some widgets still use this ids under com.android.settings.R--> |
| 50 | <item type="id" name="sud_layout_icon" /> |
| 51 | |
Fabrice Di Meglio | c70b7f6 | 2014-06-19 11:29:26 -0700 | [diff] [blame] | 52 | </resources> |