Andras Kloczl | c2bd15f | 2022-03-30 18:06:13 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2022 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 | --> |
Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 16 | <resources> |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 17 | <!-- Miscellaneous --> |
Adam Cohen | 56901eb | 2011-07-25 14:54:22 -0700 | [diff] [blame] | 18 | <bool name="config_largeHeap">false</bool> |
Winson Chung | a62e9fd | 2011-07-11 15:20:48 -0700 | [diff] [blame] | 19 | |
Sunny Goyal | 112ce42 | 2016-08-22 16:45:29 -0700 | [diff] [blame] | 20 | <!-- A string pointer to the original app name string. This allows derived projects to |
| 21 | easily override the app name without providing all translations --> |
| 22 | <string name="derived_app_name" translatable="false">@string/app_name</string> |
| 23 | |
Jon Miranda | c56e3ff | 2017-08-23 12:13:24 -0700 | [diff] [blame] | 24 | <!-- String representing the intent to delete a package.--> |
| 25 | <string name="delete_package_intent" translatable="false">#Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;end</string> |
| 26 | |
Sunny Goyal | 7f920b8 | 2018-06-27 15:47:49 -0700 | [diff] [blame] | 27 | <!-- String representing the fragment class for settings activity.--> |
Sunny Goyal | eae0514 | 2018-10-24 16:20:37 -0700 | [diff] [blame] | 28 | <string name="settings_fragment_name" translatable="false">com.android.launcher3.settings.SettingsActivity$LauncherSettingsFragment</string> |
Sunny Goyal | 7f920b8 | 2018-06-27 15:47:49 -0700 | [diff] [blame] | 29 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 30 | <!-- AllApps & Launcher transitions --> |
Andras Kloczl | c2bd15f | 2022-03-30 18:06:13 +0100 | [diff] [blame] | 31 | <!-- The duration of the PagedView page snap animation --> |
| 32 | <integer name="config_pageSnapAnimationDuration">750</integer> |
| 33 | |
Schneider Victor-tulias | 1ca6699 | 2024-01-10 14:04:12 -0500 | [diff] [blame] | 34 | <!-- The duration of the PagedView page snap animation --> |
| 35 | <integer name="config_keyboardTaskFocusSnapAnimationDuration">750</integer> |
| 36 | |
Jon Miranda | 32ff76c | 2021-06-01 21:26:10 -0700 | [diff] [blame] | 37 | <!-- View tag key used to determine if we should fade in the child views.. --> |
| 38 | <string name="popup_container_iterate_children" translatable="false">popup_container_iterate_children</string> |
| 39 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 40 | <!-- Workspace --> |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame] | 41 | <!-- The duration (in ms) of the fade animation on the object outlines, used when |
| 42 | we are dragging objects around on the home screen. --> |
Adam Cohen | 0c4d278 | 2021-04-29 15:56:13 -0700 | [diff] [blame] | 43 | <integer name="config_dragOutlineFadeTime">500</integer> |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame] | 44 | |
| 45 | <!-- The alpha value at which to show the most recent drop visualization outline. --> |
Adam Cohen | f7ca3b4 | 2021-02-22 11:03:58 -0800 | [diff] [blame] | 46 | <integer name="config_dragOutlineMaxAlpha">255</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 47 | |
| 48 | <!-- Parameters controlling the animation for when an item is dropped on the home screen, |
| 49 | and it animates from its old position to the new one. --> |
Winson Chung | 61b0c69 | 2012-02-23 16:31:13 -0800 | [diff] [blame] | 50 | <integer name="config_dropAnimMinDuration">100</integer> |
Adam Cohen | 8dfcba4 | 2011-07-07 16:38:18 -0700 | [diff] [blame] | 51 | <integer name="config_dropAnimMaxDuration">500</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 52 | |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 53 | <!-- The duration of the UserFolder opening and closing animation --> |
Adam Cohen | c4fe9ea | 2014-08-18 18:54:10 -0700 | [diff] [blame] | 54 | <integer name="config_materialFolderExpandDuration">200</integer> |
Jon Miranda | ce74d2a | 2017-03-23 10:17:55 -0700 | [diff] [blame] | 55 | <integer name="config_folderDelay">30</integer> |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 56 | |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 57 | <!-- The distance at which the animation should take the max duration --> |
| 58 | <integer name="config_dropAnimMaxDist">800</integer> |
Adam Lesinski | 2a898a0 | 2010-12-09 21:04:15 -0800 | [diff] [blame] | 59 | |
Peter Schiller | a30b51c | 2016-07-13 14:04:13 -0700 | [diff] [blame] | 60 | <!-- The duration of the caret animation --> |
| 61 | <integer name="config_caretAnimationDuration">200</integer> |
| 62 | |
Sunny Goyal | 194f585 | 2018-08-15 16:07:31 -0700 | [diff] [blame] | 63 | <!-- Various classes overriden by projects/build flavors. --> |
Hyunyoung Song | 1ae4242 | 2020-01-26 23:25:14 -0800 | [diff] [blame] | 64 | <string name="folder_name_provider_class" translatable="false"></string> |
Hyunyoung Song | fc00747 | 2018-10-25 14:09:50 -0700 | [diff] [blame] | 65 | <string name="stats_log_manager_class" translatable="false"></string> |
Sunny Goyal | f552392 | 2017-08-28 15:29:18 -0700 | [diff] [blame] | 66 | <string name="instant_app_resolver_class" translatable="false"></string> |
Sunny Goyal | 66f2b35 | 2018-02-09 10:57:12 -0800 | [diff] [blame] | 67 | <string name="main_process_initializer_class" translatable="false"></string> |
Sunny Goyal | 369212a | 2019-03-26 15:03:57 -0700 | [diff] [blame] | 68 | <string name="app_launch_tracker_class" translatable="false"></string> |
Sunny Goyal | ab3963d | 2019-05-23 00:50:08 -0700 | [diff] [blame] | 69 | <string name="test_information_handler_class" translatable="false"></string> |
Sunny Goyal | e529a86 | 2019-08-06 09:48:36 -0700 | [diff] [blame] | 70 | <string name="launcher_activity_logic_class" translatable="false"></string> |
Sunny Goyal | 8b74cc7 | 2020-07-27 17:50:33 -0700 | [diff] [blame] | 71 | <string name="model_delegate_class" translatable="false"></string> |
Sunny Goyal | 187b16c | 2022-03-01 16:53:23 -0800 | [diff] [blame] | 72 | <string name="window_manager_proxy_class" translatable="false"></string> |
Sukesh Ram | 1b4869f | 2022-06-06 21:40:11 +0000 | [diff] [blame] | 73 | <string name="secondary_display_predictions_class" translatable="false"></string> |
Sihua Ma | 1db8bc2 | 2022-11-08 17:13:13 -0800 | [diff] [blame] | 74 | <string name="widget_holder_factory_class" translatable="false"></string> |
Brian Isganitis | 7a5809e | 2023-05-17 21:54:16 +0000 | [diff] [blame] | 75 | <string name="taskbar_search_session_controller_class" translatable="false"></string> |
Brian Isganitis | d478b14 | 2023-05-22 22:12:15 +0000 | [diff] [blame] | 76 | <string name="taskbar_model_callbacks_factory_class" translatable="false"></string> |
Andy Wickham | 0ae51bc | 2024-01-26 18:49:47 -0800 | [diff] [blame] | 77 | <string name="taskbar_view_callbacks_factory_class" translatable="false"></string> |
Charlie Anderson | 489f1ad | 2023-10-25 17:30:55 -0400 | [diff] [blame] | 78 | <string name="launcher_restore_event_logger_class" translatable="false"></string> |
Saumya Prakash | 17cd6ca | 2024-04-10 22:14:38 +0000 | [diff] [blame] | 79 | <string name="taskbar_edu_tooltip_controller_class" translatable="false"></string> |
Sunny Goyal | bd07c05 | 2024-04-05 11:19:17 -0700 | [diff] [blame] | 80 | <!-- Used for determining category of a widget presented in widget recommendations. --> |
| 81 | <string name="widget_recommendation_category_provider_class" translatable="false"></string> |
Sunny Goyal | 11117d9 | 2024-03-25 16:12:10 -0700 | [diff] [blame] | 82 | <string name="api_wrapper_class" translatable="false"></string> |
Sunny Goyal | eae0514 | 2018-10-24 16:20:37 -0700 | [diff] [blame] | 83 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 84 | <!-- Default packages --> |
| 85 | <string name="wallpaper_picker_package" translatable="false"></string> |
Pierre Barbier de Reuille | ab33b76 | 2021-02-16 20:58:35 +0000 | [diff] [blame] | 86 | <string name="local_colors_extraction_class" translatable="false"></string> |
Brian Isganitis | 63c32ca | 2022-03-22 14:57:21 -0700 | [diff] [blame] | 87 | <string name="search_session_manager_class" translatable="false"></string> |
Sunny Goyal | 4a22ed8 | 2024-04-08 11:56:50 -0700 | [diff] [blame] | 88 | <string name="plugin_manager_wrapper_class" translatable="false"></string> |
Sunny Goyal | c7b8df8 | 2017-06-27 11:11:03 -0700 | [diff] [blame] | 89 | |
Thales Lima | b8c0595 | 2022-05-23 16:58:38 +0100 | [diff] [blame] | 90 | <!-- Scalable Grid configuration --> |
| 91 | <!-- This is a float because it is converted to dp later in DeviceProfile --> |
| 92 | <dimen name="hotseat_bar_bottom_space_default">48</dimen> |
| 93 | <dimen name="hotseat_qsb_space_default">0</dimen> |
| 94 | |
Peter Kalauskas | 03c8f29 | 2020-02-18 16:20:27 -0800 | [diff] [blame] | 95 | <!-- Whether to enable background preloading of task thumbnails. --> |
| 96 | <bool name="config_enableTaskSnapshotPreloading">true</bool> |
| 97 | |
Sunny Goyal | 7b97eeb | 2019-11-08 13:43:58 -0800 | [diff] [blame] | 98 | <!-- Configuration resources --> |
Sunny Goyal | 7f9e8e2 | 2020-04-17 12:05:21 -0700 | [diff] [blame] | 99 | <item name="dismiss_task_trans_y_damping_ratio" type="dimen" format="float">0.73</item> |
| 100 | <item name="dismiss_task_trans_y_stiffness" type="dimen" format="float">800</item> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 101 | |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 102 | <item name="swipe_up_rect_scale_damping_ratio" type="dimen" format="float">0.75</item> |
| 103 | <item name="swipe_up_rect_scale_stiffness" type="dimen" format="float">200</item> |
Jon Miranda | da8c0f9 | 2022-08-05 15:43:48 -0700 | [diff] [blame] | 104 | <item name="swipe_up_rect_scale_higher_stiffness" type="dimen" format="float">400</item> |
Luca Zuccarini | c9cbc9d | 2024-03-11 14:29:48 +0000 | [diff] [blame] | 105 | <!-- Flag: enableScalingRevealHomeAnimation() --> |
Luca Zuccarini | a152f8f | 2024-05-13 13:29:07 +0000 | [diff] [blame] | 106 | <item name="swipe_up_rect_scale_damping_ratio_v2" type="dimen" format="float">0.99</item> |
| 107 | <item name="swipe_up_rect_scale_stiffness_v2" type="dimen" format="float">500</item> |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 108 | |
| 109 | <item name="swipe_up_rect_xy_fling_friction" type="dimen" format="float">1.5</item> |
Jon Miranda | c9ad2dd | 2021-04-13 09:34:29 -0400 | [diff] [blame] | 110 | |
Jon Miranda | 7d2dfcf | 2021-05-14 13:07:43 -0700 | [diff] [blame] | 111 | <item name="swipe_up_scale_start" type="dimen" format="float">0.88</item> |
Jon Miranda | c9ad2dd | 2021-04-13 09:34:29 -0400 | [diff] [blame] | 112 | |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 113 | <item name="swipe_up_rect_xy_damping_ratio" type="dimen" format="float">0.8</item> |
Jon Miranda | 8fbf5cd | 2021-05-03 15:58:43 -0700 | [diff] [blame] | 114 | <item name="swipe_up_rect_xy_stiffness" type="dimen" format="float">200</item> |
Luca Zuccarini | c9cbc9d | 2024-03-11 14:29:48 +0000 | [diff] [blame] | 115 | <!-- Flag: enableScalingRevealHomeAnimation() --> |
| 116 | <item name="swipe_up_rect_x_damping_ratio" type="dimen" format="float">0.965</item> |
Luca Zuccarini | a152f8f | 2024-05-13 13:29:07 +0000 | [diff] [blame] | 117 | <item name="swipe_up_rect_x_stiffness" type="dimen" format="float">450</item> |
Luca Zuccarini | c9cbc9d | 2024-03-11 14:29:48 +0000 | [diff] [blame] | 118 | <item name="swipe_up_rect_y_damping_ratio" type="dimen" format="float">0.95</item> |
Luca Zuccarini | a152f8f | 2024-05-13 13:29:07 +0000 | [diff] [blame] | 119 | <item name="swipe_up_rect_y_stiffness" type="dimen" format="float">400</item> |
Jon Miranda | c9ad2dd | 2021-04-13 09:34:29 -0400 | [diff] [blame] | 120 | |
Jon Miranda | 9c478b6 | 2023-03-23 21:38:49 -0700 | [diff] [blame] | 121 | <!-- Taskbar --> |
| 122 | <!-- This is a float because it is converted to dp later in DeviceProfile --> |
| 123 | <item name="taskbar_icon_size" type="dimen" format="float">0</item> |
| 124 | |
Jon Miranda | 18c53ac | 2023-03-17 16:34:52 -0700 | [diff] [blame] | 125 | <!-- These params are only used for hotseat items on devices that have a taskbar. --> |
| 126 | <item name="taskbar_swipe_up_rect_x_stiffness" type="dimen" format="float">350</item> |
| 127 | <item name="taskbar_swipe_up_rect_x_damping" type="dimen" format="float">0.9</item> |
| 128 | <item name="taskbar_swipe_up_rect_y_stiffness" type="dimen" format="float">200</item> |
| 129 | <item name="taskbar_swipe_up_rect_y_damping" type="dimen" format="float">0.78</item> |
| 130 | <item name="taskbar_swipe_up_rect_scale_stiffness" type="dimen" format="float">200</item> |
| 131 | |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 132 | <item name="staggered_damping_ratio" type="dimen" format="float">0.7</item> |
| 133 | <item name="staggered_stiffness" type="dimen" format="float">150</item> |
Jon Miranda | 8d3d275 | 2021-09-01 14:26:00 -0700 | [diff] [blame] | 134 | <dimen name="unlock_staggered_velocity_dp_per_s">2dp</dimen> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 135 | |
Jon Miranda | 2716385 | 2020-06-18 13:03:01 -0700 | [diff] [blame] | 136 | <item name="hint_scale_damping_ratio" type="dimen" format="float">0.7</item> |
| 137 | <item name="hint_scale_stiffness" type="dimen" format="float">200</item> |
| 138 | <dimen name="hint_scale_velocity_dp_per_s">0.3dp</dimen> |
| 139 | |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 140 | <!-- Swipe up to home related --> |
| 141 | <dimen name="swipe_up_fling_min_visible_change">18dp</dimen> |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 142 | <dimen name="swipe_up_max_workspace_trans_y">-60dp</dimen> |
Jon Miranda | 13519e4 | 2021-09-14 13:59:07 -0700 | [diff] [blame] | 143 | <dimen name="swipe_up_max_velocity">7.619dp</dimen> |
Luca Zuccarini | c9cbc9d | 2024-03-11 14:29:48 +0000 | [diff] [blame] | 144 | <!-- Flag: enableScalingRevealHomeAnimation() --> |
| 145 | <item name="swipe_up_min_velocity_x_px_per_s" type="dimen" format="integer">300</item> |
| 146 | <item name="swipe_up_max_velocity_x_px_per_s" type="dimen" format="integer">500</item> |
| 147 | <item name="swipe_up_min_velocity_y_px_per_s" type="dimen" format="integer">2000</item> |
| 148 | <item name="swipe_up_max_velocity_y_px_per_s" type="dimen" format="integer">5000</item> |
| 149 | <item name="swipe_up_max_velocity_fall_off_factor" type="dimen" format="float">1.4</item> |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 150 | |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 151 | <array name="dynamic_resources"> |
Jon Miranda | c9ad2dd | 2021-04-13 09:34:29 -0400 | [diff] [blame] | 152 | <item>@dimen/swipe_up_scale_start</item> |
Jon Miranda | 13519e4 | 2021-09-14 13:59:07 -0700 | [diff] [blame] | 153 | <item>@dimen/swipe_up_max_velocity</item> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 154 | </array> |
Tony Wickham | d6f917f | 2020-03-19 13:19:31 -0700 | [diff] [blame] | 155 | |
Sunny Goyal | 4484015 | 2020-08-25 23:22:18 -0700 | [diff] [blame] | 156 | <string-array name="filtered_components" ></string-array> |
Pierre Barbier de Reuille | ab33b76 | 2021-02-16 20:58:35 +0000 | [diff] [blame] | 157 | |
Shan Huang | 581429b | 2022-01-27 06:30:41 +0000 | [diff] [blame] | 158 | <!-- Swipe back to home related --> |
| 159 | <dimen name="swipe_back_window_scale_x_margin">10dp</dimen> |
Shan Huang | 581429b | 2022-01-27 06:30:41 +0000 | [diff] [blame] | 160 | <dimen name="swipe_back_window_corner_radius">40dp</dimen> |
Alex Chau | 3d2c062 | 2022-09-01 21:28:14 +0100 | [diff] [blame] | 161 | |
| 162 | <!-- The duration of the bottom sheet opening and closing animation --> |
| 163 | <integer name="config_bottomSheetOpenDuration">267</integer> |
| 164 | <integer name="config_bottomSheetCloseDuration">267</integer> |
| 165 | |
| 166 | <!-- The duration of the AllApps opening and closing animation --> |
| 167 | <integer name="config_allAppsOpenDuration">600</integer> |
| 168 | <integer name="config_allAppsCloseDuration">300</integer> |
| 169 | |
| 170 | <!-- The max scale for the wallpaper when it's zoomed in --> |
| 171 | <item name="config_wallpaperMaxScale" format="float" type="dimen">0</item> |
Mady Mellor | 78c8993 | 2022-08-16 12:13:50 -0700 | [diff] [blame] | 172 | |
Winson Chung | 39def73 | 2023-01-26 07:54:06 +0000 | [diff] [blame] | 173 | <!-- Whether the floating rotation button should be on the left/right in the device's natural |
| 174 | orientation --> |
| 175 | <bool name="floating_rotation_button_position_left">true</bool> |
Thales Lima | 2759aa3 | 2023-06-05 16:25:45 +0100 | [diff] [blame] | 176 | |
| 177 | <!-- Mapping of visual icon size to XML value http://b/235886078 --> |
| 178 | <dimen name="iconSize48dp">52dp</dimen> |
| 179 | <dimen name="iconSize50dp">55dp</dimen> |
| 180 | <dimen name="iconSize52dp">57dp</dimen> |
| 181 | <dimen name="iconSize54dp">59dp</dimen> |
| 182 | <dimen name="iconSize56dp">61dp</dimen> |
| 183 | <dimen name="iconSize58dp">63dp</dimen> |
| 184 | <dimen name="iconSize60dp">66dp</dimen> |
| 185 | <dimen name="iconSize66dp">72dp</dimen> |
| 186 | <dimen name="iconSize72dp">79dp</dimen> |
Jordan Silva | 999dd2a | 2023-11-17 19:31:43 +0000 | [diff] [blame] | 187 | <dimen name="iconSize82dp">90dp</dimen> |
| 188 | <dimen name="iconSize110dp">121dp</dimen> |
| 189 | <dimen name="iconSize144dp">158dp</dimen> |
| 190 | |
Thales Lima | 2759aa3 | 2023-06-05 16:25:45 +0100 | [diff] [blame] | 191 | |
| 192 | <!-- Icon size steps in dp --> |
| 193 | <integer-array name="icon_size_steps"> |
| 194 | <item>@dimen/iconSize48dp</item> |
| 195 | <item>@dimen/iconSize50dp</item> |
| 196 | <item>@dimen/iconSize52dp</item> |
| 197 | <item>@dimen/iconSize54dp</item> |
| 198 | <item>@dimen/iconSize56dp</item> |
| 199 | <item>@dimen/iconSize58dp</item> |
| 200 | <item>@dimen/iconSize60dp</item> |
| 201 | <item>@dimen/iconSize66dp</item> |
| 202 | <item>@dimen/iconSize72dp</item> |
Jordan Silva | 999dd2a | 2023-11-17 19:31:43 +0000 | [diff] [blame] | 203 | <item>@dimen/iconSize82dp</item> |
| 204 | <item>@dimen/iconSize110dp</item> |
| 205 | <item>@dimen/iconSize144dp</item> |
Thales Lima | 2759aa3 | 2023-06-05 16:25:45 +0100 | [diff] [blame] | 206 | </integer-array> |
fbaron | 30d9e3f | 2023-08-03 17:03:59 -0700 | [diff] [blame] | 207 | |
Thales Lima | 24ceca6 | 2023-09-25 16:21:17 -0700 | [diff] [blame] | 208 | <dimen name="minimum_icon_label_size">8sp</dimen> |
| 209 | |
fbaron | 30d9e3f | 2023-08-03 17:03:59 -0700 | [diff] [blame] | 210 | <!-- Used for custom widgets --> |
| 211 | <array name="custom_widget_providers"/> |
Anna Zhuravleva | d986fda | 2024-01-12 18:04:36 +0000 | [diff] [blame] | 212 | |
Sebastian Franco | 9ae4032 | 2023-10-10 10:50:28 -0700 | [diff] [blame] | 213 | <!-- Embed parameters --> |
| 214 | <dimen name="activity_split_ratio" format="float">0.5</dimen> |
| 215 | <integer name="min_width_split">720</integer> |
Anna Zhuravleva | d986fda | 2024-01-12 18:04:36 +0000 | [diff] [blame] | 216 | |
| 217 | <!-- Skip "Install to private" long-press shortcut packages name --> |
| 218 | <string-array name="skip_private_profile_shortcut_packages" translatable="false"> |
| 219 | <item>com.android.settings</item> |
| 220 | </string-array> |
Winson Chung | 94e8ad0 | 2024-05-08 21:14:57 +0000 | [diff] [blame] | 221 | |
| 222 | <!-- Legacy list of components supporting multiple instances. |
| 223 | DO NOT ADD TO THIS LIST. Apps should use the PROPERTY_SUPPORTS_MULTI_INSTANCE_SYSTEM_UI |
| 224 | property to declare multi-instance support in V+. This resource should match the resource |
| 225 | of the same name in SystemUI. --> |
| 226 | <string-array name="config_appsSupportMultiInstancesSplit"> |
| 227 | </string-array> |
Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 228 | </resources> |