Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 1 | <resources> |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 2 | <!-- Miscellaneous --> |
Adam Cohen | 56901eb | 2011-07-25 14:54:22 -0700 | [diff] [blame] | 3 | <bool name="config_largeHeap">false</bool> |
Adam Cohen | cb3f98e | 2012-04-24 14:24:35 -0700 | [diff] [blame] | 4 | <bool name="allow_rotation">false</bool> |
Winson Chung | a62e9fd | 2011-07-11 15:20:48 -0700 | [diff] [blame] | 5 | |
Mario Bertschler | f30c63c | 2017-08-21 12:32:42 -0700 | [diff] [blame] | 6 | <integer name="extracted_color_gradient_alpha">153</integer> |
Sunny Goyal | 6d1e9a1 | 2017-07-27 10:21:50 -0700 | [diff] [blame] | 7 | |
Sunny Goyal | 112ce42 | 2016-08-22 16:45:29 -0700 | [diff] [blame] | 8 | <!-- A string pointer to the original app name string. This allows derived projects to |
| 9 | easily override the app name without providing all translations --> |
| 10 | <string name="derived_app_name" translatable="false">@string/app_name</string> |
| 11 | |
Sunny Goyal | 161f96b | 2017-05-07 11:56:00 -0700 | [diff] [blame] | 12 | <!-- String representing the intent for search on the apps market. To specify a query, add |
| 13 | q=<query> to the data to the intent --> |
| 14 | <string name="market_search_intent" translatable="false">market://search?c=apps</string> |
| 15 | |
Jon Miranda | c56e3ff | 2017-08-23 12:13:24 -0700 | [diff] [blame] | 16 | <!-- String representing the intent to delete a package.--> |
| 17 | <string name="delete_package_intent" translatable="false">#Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;end</string> |
| 18 | |
Sunny Goyal | 7f920b8 | 2018-06-27 15:47:49 -0700 | [diff] [blame] | 19 | <!-- String representing the fragment class for settings activity.--> |
Sunny Goyal | eae0514 | 2018-10-24 16:20:37 -0700 | [diff] [blame] | 20 | <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] | 21 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 22 | <!-- DragController --> |
Sunny Goyal | 5837692 | 2015-05-26 18:56:52 -0700 | [diff] [blame] | 23 | <item type="id" name="drag_event_parity" /> |
Winson Chung | 6e1bdaf | 2012-05-29 17:03:45 -0700 | [diff] [blame] | 24 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 25 | <!-- AllApps & Launcher transitions --> |
Winson Chung | b26f3d6 | 2011-06-02 10:49:29 -0700 | [diff] [blame] | 26 | <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. --> |
Tony Wickham | e0c3323 | 2016-02-08 11:37:04 -0800 | [diff] [blame] | 27 | <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 28 | |
Sunny Goyal | 5024503 | 2016-07-13 14:24:18 -0700 | [diff] [blame] | 29 | <!-- The duration of the animation from search hint to text entry --> |
| 30 | <integer name="config_searchHintAnimationDuration">50</integer> |
| 31 | |
Jon Miranda | 5c83e7c | 2017-06-06 15:41:21 -0700 | [diff] [blame] | 32 | <!-- View tag key used to store SpringAnimation data. --> |
| 33 | <item type="id" name="spring_animation_tag" /> |
| 34 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 35 | <!-- Workspace --> |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame] | 36 | <!-- The duration (in ms) of the fade animation on the object outlines, used when |
| 37 | we are dragging objects around on the home screen. --> |
| 38 | <integer name="config_dragOutlineFadeTime">900</integer> |
| 39 | |
| 40 | <!-- The alpha value at which to show the most recent drop visualization outline. --> |
Joe Onorato | 4be866d | 2010-10-10 11:26:02 -0700 | [diff] [blame] | 41 | <integer name="config_dragOutlineMaxAlpha">128</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 42 | |
| 43 | <!-- Parameters controlling the animation for when an item is dropped on the home screen, |
| 44 | and it animates from its old position to the new one. --> |
Winson Chung | 61b0c69 | 2012-02-23 16:31:13 -0800 | [diff] [blame] | 45 | <integer name="config_dropAnimMinDuration">100</integer> |
Adam Cohen | 8dfcba4 | 2011-07-07 16:38:18 -0700 | [diff] [blame] | 46 | <integer name="config_dropAnimMaxDuration">500</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 47 | |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 48 | <!-- The duration of the UserFolder opening and closing animation --> |
Adam Cohen | c4fe9ea | 2014-08-18 18:54:10 -0700 | [diff] [blame] | 49 | <integer name="config_materialFolderExpandDuration">200</integer> |
Jon Miranda | ce74d2a | 2017-03-23 10:17:55 -0700 | [diff] [blame] | 50 | <integer name="config_folderDelay">30</integer> |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 51 | |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 52 | <!-- The distance at which the animation should take the max duration --> |
| 53 | <integer name="config_dropAnimMaxDist">800</integer> |
Adam Lesinski | 2a898a0 | 2010-12-09 21:04:15 -0800 | [diff] [blame] | 54 | |
Peter Schiller | a30b51c | 2016-07-13 14:04:13 -0700 | [diff] [blame] | 55 | <!-- The duration of the caret animation --> |
| 56 | <integer name="config_caretAnimationDuration">200</integer> |
| 57 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 58 | <!-- Hotseat --> |
Winson Chung | 0e721a4 | 2012-08-02 17:40:30 -0700 | [diff] [blame] | 59 | <bool name="hotseat_transpose_layout_with_orientation">true</bool> |
Daniel Sandler | a127b7a | 2013-06-17 14:25:46 -0400 | [diff] [blame] | 60 | |
Sunny Goyal | 194f585 | 2018-08-15 16:07:31 -0700 | [diff] [blame] | 61 | <!-- Various classes overriden by projects/build flavors. --> |
Sunny Goyal | a535ae4 | 2017-02-27 10:07:13 -0800 | [diff] [blame] | 62 | <string name="user_event_dispatcher_class" translatable="false"></string> |
Hyunyoung Song | 1ae4242 | 2020-01-26 23:25:14 -0800 | [diff] [blame] | 63 | <string name="folder_name_provider_class" translatable="false"></string> |
Hyunyoung Song | fc00747 | 2018-10-25 14:09:50 -0700 | [diff] [blame] | 64 | <string name="stats_log_manager_class" translatable="false"></string> |
Jon Miranda | 54441f5 | 2018-01-24 15:38:25 -0800 | [diff] [blame] | 65 | <string name="app_transition_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 | 66f2b35 | 2018-02-09 10:57:12 -0800 | [diff] [blame] | 72 | |
Sunny Goyal | ebfae6e | 2015-08-27 15:30:25 -0700 | [diff] [blame] | 73 | <!-- View ID to use for QSB widget --> |
| 74 | <item type="id" name="qsb_widget" /> |
| 75 | |
Sunny Goyal | e2fd14b | 2015-08-27 17:45:46 -0700 | [diff] [blame] | 76 | <!-- View ID used by cell layout to jail its content --> |
| 77 | <item type="id" name="cell_layout_jail_id" /> |
| 78 | |
Sunny Goyal | 3fbca15 | 2017-11-02 18:55:44 -0700 | [diff] [blame] | 79 | <!-- View IDs to store item highlight information --> |
| 80 | <item type="id" name="view_unhighlight_background" /> |
Sunny Goyal | 3fbca15 | 2017-11-02 18:55:44 -0700 | [diff] [blame] | 81 | |
Sunny Goyal | eae0514 | 2018-10-24 16:20:37 -0700 | [diff] [blame] | 82 | <!-- Menu id for feature flags --> |
| 83 | <item type="id" name="menu_apply_flags" /> |
| 84 | |
| 85 | <!-- Popup items --> |
Tony | d6573ed | 2017-06-28 17:51:53 -0700 | [diff] [blame] | 86 | <integer name="config_popupOpenCloseDuration">150</integer> |
Tony | 977690e | 2018-08-15 14:02:56 -0700 | [diff] [blame] | 87 | <integer name="config_popupArrowOpenCloseDuration">40</integer> |
Tony Wickham | 9438ed4 | 2017-01-20 09:38:25 -0800 | [diff] [blame] | 88 | <integer name="config_removeNotificationViewDuration">300</integer> |
Tony Wickham | 8f58e61 | 2016-07-15 17:23:07 -0700 | [diff] [blame] | 89 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 90 | <!-- Default packages --> |
| 91 | <string name="wallpaper_picker_package" translatable="false"></string> |
| 92 | <string name="calendar_component_name" translatable="false"></string> |
| 93 | <string name="clock_component_name" translatable="false"></string> |
| 94 | |
| 95 | <!-- Accessibility actions --> |
Sunny Goyal | 71b5c0b | 2015-01-08 16:59:04 -0800 | [diff] [blame] | 96 | <item type="id" name="action_remove" /> |
| 97 | <item type="id" name="action_uninstall" /> |
Winson Chung | 1054d4e | 2018-03-05 19:39:21 +0000 | [diff] [blame] | 98 | <item type="id" name="action_reconfigure" /> |
Sunny Goyal | 71b5c0b | 2015-01-08 16:59:04 -0800 | [diff] [blame] | 99 | <item type="id" name="action_add_to_workspace" /> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 100 | <item type="id" name="action_move" /> |
Sunny Goyal | 9ae7777 | 2015-04-29 16:30:23 -0700 | [diff] [blame] | 101 | <item type="id" name="action_move_to_workspace" /> |
Sunny Goyal | 1d08f70 | 2015-05-04 15:50:25 -0700 | [diff] [blame] | 102 | <item type="id" name="action_move_screen_backwards" /> |
| 103 | <item type="id" name="action_move_screen_forwards" /> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 104 | <item type="id" name="action_resize" /> |
Sunny Goyal | 3ffa64d | 2016-07-25 13:54:32 -0700 | [diff] [blame] | 105 | <item type="id" name="action_deep_shortcuts" /> |
Vadim Tryshev | a50d99f | 2018-05-04 17:58:29 -0700 | [diff] [blame] | 106 | <item type="id" name="action_shortcuts_and_notifications"/> |
Tony | 18c4aa4 | 2017-05-10 21:23:57 -0500 | [diff] [blame] | 107 | <item type="id" name="action_dismiss_notification" /> |
Vadim Tryshev | dc7d25d | 2018-10-15 14:01:04 -0700 | [diff] [blame] | 108 | <item type="id" name="action_remote_action_shortcut" /> |
Samuel Fufa | 5cf3e86 | 2020-02-03 20:22:54 -0800 | [diff] [blame] | 109 | <item type="id" name="action_dismiss_prediction" /> |
Samuel Fufa | 6eaf989 | 2020-04-01 11:40:40 -0700 | [diff] [blame] | 110 | <item type="id" name="action_pin_prediction"/> |
Sunny Goyal | c7b8df8 | 2017-06-27 11:11:03 -0700 | [diff] [blame] | 111 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 112 | <!-- QSB IDs. DO not change --> |
Sunny Goyal | c7b8df8 | 2017-06-27 11:11:03 -0700 | [diff] [blame] | 113 | <item type="id" name="search_container_workspace" /> |
Sunny Goyal | c7b8df8 | 2017-06-27 11:11:03 -0700 | [diff] [blame] | 114 | <item type="id" name="search_container_all_apps" /> |
| 115 | |
Sunny Goyal | 1416843 | 2019-10-24 15:59:49 -0700 | [diff] [blame] | 116 | <!-- Recents --> |
Vadim Tryshev | 6d2321c | 2018-04-11 17:19:08 -0700 | [diff] [blame] | 117 | <item type="id" name="overview_panel"/> |
Sunny Goyal | 7b97eeb | 2019-11-08 13:43:58 -0800 | [diff] [blame] | 118 | |
Peter Kalauskas | 03c8f29 | 2020-02-18 16:20:27 -0800 | [diff] [blame] | 119 | <!-- Whether to enable background preloading of task thumbnails. --> |
| 120 | <bool name="config_enableTaskSnapshotPreloading">true</bool> |
| 121 | |
Sunny Goyal | 7b97eeb | 2019-11-08 13:43:58 -0800 | [diff] [blame] | 122 | <!-- Configuration resources --> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 123 | <item name="all_apps_spring_damping_ratio" type="dimen" format="float">0.75</item> |
| 124 | <item name="all_apps_spring_stiffness" type="dimen" format="float">600</item> |
| 125 | |
Sunny Goyal | 7f9e8e2 | 2020-04-17 12:05:21 -0700 | [diff] [blame] | 126 | <item name="dismiss_task_trans_y_damping_ratio" type="dimen" format="float">0.73</item> |
| 127 | <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] | 128 | |
Sunny Goyal | 7f9e8e2 | 2020-04-17 12:05:21 -0700 | [diff] [blame] | 129 | <item name="dismiss_task_trans_x_damping_ratio" type="dimen" format="float">0.73</item> |
| 130 | <item name="dismiss_task_trans_x_stiffness" type="dimen" format="float">800</item> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 131 | |
Jon Miranda | 57dab6f | 2020-04-10 13:38:14 -0700 | [diff] [blame] | 132 | <item name="horizontal_spring_damping_ratio" type="dimen" format="float">0.8</item> |
Jon Miranda | c2140bc | 2020-04-28 14:38:54 -0700 | [diff] [blame] | 133 | <item name="horizontal_spring_stiffness" type="dimen" format="float">250</item> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 134 | |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 135 | <item name="swipe_up_rect_scale_damping_ratio" type="dimen" format="float">0.75</item> |
| 136 | <item name="swipe_up_rect_scale_stiffness" type="dimen" format="float">200</item> |
| 137 | |
| 138 | <item name="swipe_up_rect_xy_fling_friction" type="dimen" format="float">1.5</item> |
| 139 | <item name="swipe_up_rect_xy_damping_ratio" type="dimen" format="float">0.8</item> |
| 140 | <item name="swipe_up_rect_xy_stiffness" type="dimen" format="float">200</item> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 141 | |
| 142 | <item name="staggered_damping_ratio" type="dimen" format="float">0.7</item> |
| 143 | <item name="staggered_stiffness" type="dimen" format="float">150</item> |
Jon Miranda | 5400396 | 2020-06-26 10:11:24 -0700 | [diff] [blame] | 144 | <dimen name="unlock_staggered_velocity_dp_per_s">4dp</dimen> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 145 | |
Jon Miranda | 2716385 | 2020-06-18 13:03:01 -0700 | [diff] [blame] | 146 | <item name="hint_scale_damping_ratio" type="dimen" format="float">0.7</item> |
| 147 | <item name="hint_scale_stiffness" type="dimen" format="float">200</item> |
| 148 | <dimen name="hint_scale_velocity_dp_per_s">0.3dp</dimen> |
| 149 | |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 150 | <!-- Swipe up to home related --> |
| 151 | <dimen name="swipe_up_fling_min_visible_change">18dp</dimen> |
| 152 | <dimen name="swipe_up_y_overshoot">10dp</dimen> |
| 153 | <dimen name="swipe_up_max_workspace_trans_y">-60dp</dimen> |
| 154 | |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 155 | <array name="dynamic_resources"> |
| 156 | <item>@dimen/all_apps_spring_damping_ratio</item> |
| 157 | <item>@dimen/all_apps_spring_stiffness</item> |
| 158 | |
| 159 | <item>@dimen/dismiss_task_trans_y_damping_ratio</item> |
| 160 | <item>@dimen/dismiss_task_trans_y_stiffness</item> |
| 161 | |
| 162 | <item>@dimen/dismiss_task_trans_x_damping_ratio</item> |
| 163 | <item>@dimen/dismiss_task_trans_x_stiffness</item> |
| 164 | |
| 165 | <item>@dimen/horizontal_spring_damping_ratio</item> |
| 166 | <item>@dimen/horizontal_spring_stiffness</item> |
| 167 | |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 168 | <item>@dimen/swipe_up_rect_scale_damping_ratio</item> |
| 169 | <item>@dimen/swipe_up_rect_scale_stiffness</item> |
| 170 | |
| 171 | <item>@dimen/swipe_up_rect_xy_fling_friction</item> |
| 172 | <item>@dimen/swipe_up_rect_xy_damping_ratio</item> |
| 173 | <item>@dimen/swipe_up_rect_xy_stiffness</item> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 174 | |
| 175 | <item>@dimen/staggered_damping_ratio</item> |
| 176 | <item>@dimen/staggered_stiffness</item> |
Jon Miranda | c298078 | 2020-03-17 14:24:42 -0700 | [diff] [blame] | 177 | <item>@dimen/unlock_staggered_velocity_dp_per_s</item> |
Jon Miranda | 1a30476 | 2020-03-04 10:21:17 -0800 | [diff] [blame] | 178 | |
| 179 | <item>@dimen/swipe_up_fling_min_visible_change</item> |
| 180 | <item>@dimen/swipe_up_y_overshoot</item> |
Jon Miranda | 2716385 | 2020-06-18 13:03:01 -0700 | [diff] [blame] | 181 | |
| 182 | <item>@dimen/hint_scale_damping_ratio</item> |
| 183 | <item>@dimen/hint_scale_stiffness</item> |
| 184 | <item>@dimen/hint_scale_velocity_dp_per_s</item> |
Jon Miranda | 7edcd78 | 2020-03-02 13:18:55 -0800 | [diff] [blame] | 185 | </array> |
Tony Wickham | d6f917f | 2020-03-19 13:19:31 -0700 | [diff] [blame] | 186 | |
| 187 | <string-array name="live_wallpapers_remove_sysui_scrims"> |
| 188 | </string-array> |
Sunny Goyal | 4484015 | 2020-08-25 23:22:18 -0700 | [diff] [blame^] | 189 | |
| 190 | <string-array name="filtered_components" ></string-array> |
Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 191 | </resources> |