2022-03-30 18:06:13 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!-- Copyright (C) 2022 The Android Open Source Project
|
|
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
|
limitations under the License.
|
|
|
|
|
-->
|
2010-03-02 14:08:08 -05:00
|
|
|
<resources>
|
2019-10-24 15:59:49 -07:00
|
|
|
<!-- Miscellaneous -->
|
2011-07-25 14:54:22 -07:00
|
|
|
<bool name="config_largeHeap">false</bool>
|
2011-07-11 15:20:48 -07:00
|
|
|
|
2016-08-22 16:45:29 -07:00
|
|
|
<!-- A string pointer to the original app name string. This allows derived projects to
|
|
|
|
|
easily override the app name without providing all translations -->
|
|
|
|
|
<string name="derived_app_name" translatable="false">@string/app_name</string>
|
|
|
|
|
|
2017-08-23 12:13:24 -07:00
|
|
|
<!-- String representing the intent to delete a package.-->
|
|
|
|
|
<string name="delete_package_intent" translatable="false">#Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;end</string>
|
|
|
|
|
|
2018-06-27 15:47:49 -07:00
|
|
|
<!-- String representing the fragment class for settings activity.-->
|
2018-10-24 16:20:37 -07:00
|
|
|
<string name="settings_fragment_name" translatable="false">com.android.launcher3.settings.SettingsActivity$LauncherSettingsFragment</string>
|
2018-06-27 15:47:49 -07:00
|
|
|
|
2019-10-24 15:59:49 -07:00
|
|
|
<!-- AllApps & Launcher transitions -->
|
2022-03-30 18:06:13 +01:00
|
|
|
<!-- The duration of the PagedView page snap animation -->
|
|
|
|
|
<integer name="config_pageSnapAnimationDuration">750</integer>
|
|
|
|
|
|
2024-01-10 14:04:12 -05:00
|
|
|
<!-- The duration of the PagedView page snap animation -->
|
|
|
|
|
<integer name="config_keyboardTaskFocusSnapAnimationDuration">750</integer>
|
|
|
|
|
|
2021-06-01 21:26:10 -07:00
|
|
|
<!-- View tag key used to determine if we should fade in the child views.. -->
|
|
|
|
|
<string name="popup_container_iterate_children" translatable="false">popup_container_iterate_children</string>
|
|
|
|
|
|
2019-10-24 15:59:49 -07:00
|
|
|
<!-- Workspace -->
|
2010-10-06 12:14:43 -07:00
|
|
|
<!-- The duration (in ms) of the fade animation on the object outlines, used when
|
|
|
|
|
we are dragging objects around on the home screen. -->
|
2021-04-29 15:56:13 -07:00
|
|
|
<integer name="config_dragOutlineFadeTime">500</integer>
|
2010-10-06 12:14:43 -07:00
|
|
|
|
|
|
|
|
<!-- The alpha value at which to show the most recent drop visualization outline. -->
|
2021-02-22 11:03:58 -08:00
|
|
|
<integer name="config_dragOutlineMaxAlpha">255</integer>
|
2010-10-19 10:34:32 -07:00
|
|
|
|
|
|
|
|
<!-- Parameters controlling the animation for when an item is dropped on the home screen,
|
|
|
|
|
and it animates from its old position to the new one. -->
|
2012-02-23 16:31:13 -08:00
|
|
|
<integer name="config_dropAnimMinDuration">100</integer>
|
2011-07-07 16:38:18 -07:00
|
|
|
<integer name="config_dropAnimMaxDuration">500</integer>
|
2010-10-19 10:34:32 -07:00
|
|
|
|
2011-04-21 16:19:16 -07:00
|
|
|
<!-- The duration of the UserFolder opening and closing animation -->
|
2014-08-18 18:54:10 -07:00
|
|
|
<integer name="config_materialFolderExpandDuration">200</integer>
|
2017-03-23 10:17:55 -07:00
|
|
|
<integer name="config_folderDelay">30</integer>
|
2011-04-21 16:19:16 -07:00
|
|
|
|
2010-10-19 10:34:32 -07:00
|
|
|
<!-- The distance at which the animation should take the max duration -->
|
|
|
|
|
<integer name="config_dropAnimMaxDist">800</integer>
|
2010-12-09 21:04:15 -08:00
|
|
|
|
2016-07-13 14:04:13 -07:00
|
|
|
<!-- The duration of the caret animation -->
|
|
|
|
|
<integer name="config_caretAnimationDuration">200</integer>
|
|
|
|
|
|
2018-08-15 16:07:31 -07:00
|
|
|
<!-- Various classes overriden by projects/build flavors. -->
|
2018-02-09 10:57:12 -08:00
|
|
|
<string name="main_process_initializer_class" translatable="false"></string>
|
2019-05-23 00:50:08 -07:00
|
|
|
<string name="test_information_handler_class" translatable="false"></string>
|
2025-04-08 16:22:12 -04:00
|
|
|
<string name="secondary_display_quickstep_delegate_class" translatable="false"></string>
|
2023-05-17 21:54:16 +00:00
|
|
|
<string name="taskbar_search_session_controller_class" translatable="false"></string>
|
2024-04-10 22:14:38 +00:00
|
|
|
<string name="taskbar_edu_tooltip_controller_class" translatable="false"></string>
|
2018-10-24 16:20:37 -07:00
|
|
|
|
2019-10-24 15:59:49 -07:00
|
|
|
<!-- Default packages -->
|
|
|
|
|
<string name="wallpaper_picker_package" translatable="false"></string>
|
2021-02-16 20:58:35 +00:00
|
|
|
<string name="local_colors_extraction_class" translatable="false"></string>
|
2017-06-27 11:11:03 -07:00
|
|
|
|
2022-05-23 16:58:38 +01:00
|
|
|
<!-- Scalable Grid configuration -->
|
|
|
|
|
<!-- This is a float because it is converted to dp later in DeviceProfile -->
|
|
|
|
|
<dimen name="hotseat_bar_bottom_space_default">48</dimen>
|
|
|
|
|
<dimen name="hotseat_qsb_space_default">0</dimen>
|
|
|
|
|
|
2020-02-18 16:20:27 -08:00
|
|
|
<!-- Whether to enable background preloading of task thumbnails. -->
|
|
|
|
|
<bool name="config_enableTaskSnapshotPreloading">true</bool>
|
|
|
|
|
|
2019-11-08 13:43:58 -08:00
|
|
|
<!-- Configuration resources -->
|
2020-04-17 12:05:21 -07:00
|
|
|
<item name="dismiss_task_trans_y_damping_ratio" type="dimen" format="float">0.73</item>
|
|
|
|
|
<item name="dismiss_task_trans_y_stiffness" type="dimen" format="float">800</item>
|
2020-03-02 13:18:55 -08:00
|
|
|
|
2020-03-04 10:21:17 -08:00
|
|
|
<item name="swipe_up_rect_scale_damping_ratio" type="dimen" format="float">0.75</item>
|
|
|
|
|
<item name="swipe_up_rect_scale_stiffness" type="dimen" format="float">200</item>
|
2022-08-05 15:43:48 -07:00
|
|
|
<item name="swipe_up_rect_scale_higher_stiffness" type="dimen" format="float">400</item>
|
2024-03-11 14:29:48 +00:00
|
|
|
<!-- Flag: enableScalingRevealHomeAnimation() -->
|
2024-05-13 13:29:07 +00:00
|
|
|
<item name="swipe_up_rect_scale_damping_ratio_v2" type="dimen" format="float">0.99</item>
|
|
|
|
|
<item name="swipe_up_rect_scale_stiffness_v2" type="dimen" format="float">500</item>
|
2020-03-04 10:21:17 -08:00
|
|
|
|
|
|
|
|
<item name="swipe_up_rect_xy_fling_friction" type="dimen" format="float">1.5</item>
|
2021-04-13 09:34:29 -04:00
|
|
|
|
2021-05-14 13:07:43 -07:00
|
|
|
<item name="swipe_up_scale_start" type="dimen" format="float">0.88</item>
|
2021-04-13 09:34:29 -04:00
|
|
|
|
2020-03-04 10:21:17 -08:00
|
|
|
<item name="swipe_up_rect_xy_damping_ratio" type="dimen" format="float">0.8</item>
|
2021-05-03 15:58:43 -07:00
|
|
|
<item name="swipe_up_rect_xy_stiffness" type="dimen" format="float">200</item>
|
2024-03-11 14:29:48 +00:00
|
|
|
<!-- Flag: enableScalingRevealHomeAnimation() -->
|
|
|
|
|
<item name="swipe_up_rect_x_damping_ratio" type="dimen" format="float">0.965</item>
|
2024-05-13 13:29:07 +00:00
|
|
|
<item name="swipe_up_rect_x_stiffness" type="dimen" format="float">450</item>
|
2024-03-11 14:29:48 +00:00
|
|
|
<item name="swipe_up_rect_y_damping_ratio" type="dimen" format="float">0.95</item>
|
2024-05-13 13:29:07 +00:00
|
|
|
<item name="swipe_up_rect_y_stiffness" type="dimen" format="float">400</item>
|
2021-04-13 09:34:29 -04:00
|
|
|
|
2023-03-23 21:38:49 -07:00
|
|
|
<!-- Taskbar -->
|
|
|
|
|
<!-- This is a float because it is converted to dp later in DeviceProfile -->
|
|
|
|
|
<item name="taskbar_icon_size" type="dimen" format="float">0</item>
|
|
|
|
|
|
2023-03-17 16:34:52 -07:00
|
|
|
<!-- These params are only used for hotseat items on devices that have a taskbar. -->
|
|
|
|
|
<item name="taskbar_swipe_up_rect_x_stiffness" type="dimen" format="float">350</item>
|
|
|
|
|
<item name="taskbar_swipe_up_rect_x_damping" type="dimen" format="float">0.9</item>
|
|
|
|
|
<item name="taskbar_swipe_up_rect_y_stiffness" type="dimen" format="float">200</item>
|
|
|
|
|
<item name="taskbar_swipe_up_rect_y_damping" type="dimen" format="float">0.78</item>
|
|
|
|
|
<item name="taskbar_swipe_up_rect_scale_stiffness" type="dimen" format="float">200</item>
|
|
|
|
|
|
2020-03-02 13:18:55 -08:00
|
|
|
<item name="staggered_damping_ratio" type="dimen" format="float">0.7</item>
|
|
|
|
|
<item name="staggered_stiffness" type="dimen" format="float">150</item>
|
2021-09-01 14:26:00 -07:00
|
|
|
<dimen name="unlock_staggered_velocity_dp_per_s">2dp</dimen>
|
2020-03-02 13:18:55 -08:00
|
|
|
|
2020-06-18 13:03:01 -07:00
|
|
|
<item name="hint_scale_damping_ratio" type="dimen" format="float">0.7</item>
|
|
|
|
|
<item name="hint_scale_stiffness" type="dimen" format="float">200</item>
|
|
|
|
|
<dimen name="hint_scale_velocity_dp_per_s">0.3dp</dimen>
|
|
|
|
|
|
2020-03-04 10:21:17 -08:00
|
|
|
<!-- Swipe up to home related -->
|
|
|
|
|
<dimen name="swipe_up_fling_min_visible_change">18dp</dimen>
|
|
|
|
|
<dimen name="swipe_up_max_workspace_trans_y">-60dp</dimen>
|
2021-09-14 13:59:07 -07:00
|
|
|
<dimen name="swipe_up_max_velocity">7.619dp</dimen>
|
2024-03-11 14:29:48 +00:00
|
|
|
<!-- Flag: enableScalingRevealHomeAnimation() -->
|
|
|
|
|
<item name="swipe_up_min_velocity_x_px_per_s" type="dimen" format="integer">300</item>
|
|
|
|
|
<item name="swipe_up_max_velocity_x_px_per_s" type="dimen" format="integer">500</item>
|
|
|
|
|
<item name="swipe_up_min_velocity_y_px_per_s" type="dimen" format="integer">2000</item>
|
|
|
|
|
<item name="swipe_up_max_velocity_y_px_per_s" type="dimen" format="integer">5000</item>
|
|
|
|
|
<item name="swipe_up_max_velocity_fall_off_factor" type="dimen" format="float">1.4</item>
|
2020-03-04 10:21:17 -08:00
|
|
|
|
2020-03-02 13:18:55 -08:00
|
|
|
<array name="dynamic_resources">
|
2021-04-13 09:34:29 -04:00
|
|
|
<item>@dimen/swipe_up_scale_start</item>
|
2021-09-14 13:59:07 -07:00
|
|
|
<item>@dimen/swipe_up_max_velocity</item>
|
2020-03-02 13:18:55 -08:00
|
|
|
</array>
|
2020-03-19 13:19:31 -07:00
|
|
|
|
2020-08-25 23:22:18 -07:00
|
|
|
<string-array name="filtered_components" ></string-array>
|
2025-05-28 06:48:34 -07:00
|
|
|
<string-array name="default_featured_widget_apps" translatable="false">
|
|
|
|
|
</string-array>
|
2021-02-16 20:58:35 +00:00
|
|
|
|
2022-01-27 06:30:41 +00:00
|
|
|
<!-- Swipe back to home related -->
|
|
|
|
|
<dimen name="swipe_back_window_scale_x_margin">10dp</dimen>
|
|
|
|
|
<dimen name="swipe_back_window_corner_radius">40dp</dimen>
|
2022-09-01 21:28:14 +01:00
|
|
|
|
|
|
|
|
<!-- The duration of the bottom sheet opening and closing animation -->
|
|
|
|
|
<integer name="config_bottomSheetOpenDuration">267</integer>
|
|
|
|
|
<integer name="config_bottomSheetCloseDuration">267</integer>
|
|
|
|
|
|
|
|
|
|
<!-- The duration of the AllApps opening and closing animation -->
|
|
|
|
|
<integer name="config_allAppsOpenDuration">600</integer>
|
|
|
|
|
<integer name="config_allAppsCloseDuration">300</integer>
|
|
|
|
|
|
|
|
|
|
<!-- The max scale for the wallpaper when it's zoomed in -->
|
|
|
|
|
<item name="config_wallpaperMaxScale" format="float" type="dimen">0</item>
|
2022-08-16 12:13:50 -07:00
|
|
|
|
2023-01-26 07:54:06 +00:00
|
|
|
<!-- Whether the floating rotation button should be on the left/right in the device's natural
|
|
|
|
|
orientation -->
|
|
|
|
|
<bool name="floating_rotation_button_position_left">true</bool>
|
2023-06-05 16:25:45 +01:00
|
|
|
|
|
|
|
|
<!-- Mapping of visual icon size to XML value http://b/235886078 -->
|
|
|
|
|
<dimen name="iconSize48dp">52dp</dimen>
|
|
|
|
|
<dimen name="iconSize50dp">55dp</dimen>
|
|
|
|
|
<dimen name="iconSize52dp">57dp</dimen>
|
|
|
|
|
<dimen name="iconSize54dp">59dp</dimen>
|
|
|
|
|
<dimen name="iconSize56dp">61dp</dimen>
|
|
|
|
|
<dimen name="iconSize58dp">63dp</dimen>
|
|
|
|
|
<dimen name="iconSize60dp">66dp</dimen>
|
|
|
|
|
<dimen name="iconSize66dp">72dp</dimen>
|
|
|
|
|
<dimen name="iconSize72dp">79dp</dimen>
|
2023-11-17 19:31:43 +00:00
|
|
|
<dimen name="iconSize82dp">90dp</dimen>
|
|
|
|
|
<dimen name="iconSize110dp">121dp</dimen>
|
|
|
|
|
<dimen name="iconSize144dp">158dp</dimen>
|
|
|
|
|
|
2023-06-05 16:25:45 +01:00
|
|
|
|
|
|
|
|
<!-- Icon size steps in dp -->
|
|
|
|
|
<integer-array name="icon_size_steps">
|
|
|
|
|
<item>@dimen/iconSize48dp</item>
|
|
|
|
|
<item>@dimen/iconSize50dp</item>
|
|
|
|
|
<item>@dimen/iconSize52dp</item>
|
|
|
|
|
<item>@dimen/iconSize54dp</item>
|
|
|
|
|
<item>@dimen/iconSize56dp</item>
|
|
|
|
|
<item>@dimen/iconSize58dp</item>
|
|
|
|
|
<item>@dimen/iconSize60dp</item>
|
|
|
|
|
<item>@dimen/iconSize66dp</item>
|
|
|
|
|
<item>@dimen/iconSize72dp</item>
|
2023-11-17 19:31:43 +00:00
|
|
|
<item>@dimen/iconSize82dp</item>
|
|
|
|
|
<item>@dimen/iconSize110dp</item>
|
|
|
|
|
<item>@dimen/iconSize144dp</item>
|
2023-06-05 16:25:45 +01:00
|
|
|
</integer-array>
|
2023-08-03 17:03:59 -07:00
|
|
|
|
2023-09-25 16:21:17 -07:00
|
|
|
<dimen name="minimum_icon_label_size">8sp</dimen>
|
|
|
|
|
|
2023-10-10 10:50:28 -07:00
|
|
|
<!-- Embed parameters -->
|
|
|
|
|
<dimen name="activity_split_ratio" format="float">0.5</dimen>
|
|
|
|
|
<integer name="min_width_split">720</integer>
|
2024-01-12 18:04:36 +00:00
|
|
|
|
|
|
|
|
<!-- Skip "Install to private" long-press shortcut packages name -->
|
|
|
|
|
<string-array name="skip_private_profile_shortcut_packages" translatable="false">
|
|
|
|
|
<item>com.android.settings</item>
|
|
|
|
|
</string-array>
|
2024-05-08 21:14:57 +00:00
|
|
|
|
|
|
|
|
<!-- Legacy list of components supporting multiple instances.
|
|
|
|
|
DO NOT ADD TO THIS LIST. Apps should use the PROPERTY_SUPPORTS_MULTI_INSTANCE_SYSTEM_UI
|
|
|
|
|
property to declare multi-instance support in V+. This resource should match the resource
|
|
|
|
|
of the same name in SystemUI. -->
|
|
|
|
|
<string-array name="config_appsSupportMultiInstancesSplit">
|
|
|
|
|
</string-array>
|
2025-03-13 11:16:58 -07:00
|
|
|
|
|
|
|
|
<!-- Used to differentiate between desktop and non-desktop devices. -->
|
|
|
|
|
<bool name="desktop_form_factor">false</bool>
|
2025-05-23 15:58:44 -07:00
|
|
|
|
|
|
|
|
<string-array name="grid_control_known_signers" translatable="false" />
|
2010-03-02 14:08:08 -05:00
|
|
|
</resources>
|