blob: 522eeb6fb6153152c384038006d90bbc9227e843 [file] [log] [blame]
Daniel Sandler388f6792010-03-02 14:08:08 -05001<resources>
Sunny Goyal14168432019-10-24 15:59:49 -07002 <!-- Miscellaneous -->
Adam Cohen56901eb2011-07-25 14:54:22 -07003 <bool name="config_largeHeap">false</bool>
Adam Cohencb3f98e2012-04-24 14:24:35 -07004 <bool name="allow_rotation">false</bool>
Winson Chunga62e9fd2011-07-11 15:20:48 -07005
Mario Bertschlerf30c63c2017-08-21 12:32:42 -07006 <integer name="extracted_color_gradient_alpha">153</integer>
Sunny Goyal6d1e9a12017-07-27 10:21:50 -07007
Sunny Goyal112ce422016-08-22 16:45:29 -07008 <!-- 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 Goyal161f96b2017-05-07 11:56:00 -070012 <!-- 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 Mirandac56e3ff2017-08-23 12:13:24 -070016 <!-- 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 Goyal7f920b82018-06-27 15:47:49 -070019 <!-- String representing the fragment class for settings activity.-->
Sunny Goyaleae05142018-10-24 16:20:37 -070020 <string name="settings_fragment_name" translatable="false">com.android.launcher3.settings.SettingsActivity$LauncherSettingsFragment</string>
Sunny Goyal7f920b82018-06-27 15:47:49 -070021
Sunny Goyal14168432019-10-24 15:59:49 -070022 <!-- DragController -->
Sunny Goyal58376922015-05-26 18:56:52 -070023 <item type="id" name="drag_event_parity" />
Winson Chung6e1bdaf2012-05-29 17:03:45 -070024
Sunny Goyal14168432019-10-24 15:59:49 -070025 <!-- AllApps & Launcher transitions -->
Winson Chungb26f3d62011-06-02 10:49:29 -070026 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
Jon Mirandae126d722021-02-25 10:45:20 -050027 <integer name="config_workspaceSpringLoadShrinkPercentage">85</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070028
Sunny Goyal50245032016-07-13 14:24:18 -070029 <!-- The duration of the animation from search hint to text entry -->
30 <integer name="config_searchHintAnimationDuration">50</integer>
31
Jon Miranda5c83e7c2017-06-06 15:41:21 -070032 <!-- View tag key used to store SpringAnimation data. -->
33 <item type="id" name="spring_animation_tag" />
34
Sunny Goyal14168432019-10-24 15:59:49 -070035 <!-- Workspace -->
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070036 <!-- 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. -->
Adam Cohenf7ca3b42021-02-22 11:03:58 -080041 <integer name="config_dragOutlineMaxAlpha">255</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070042
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 Chung61b0c692012-02-23 16:31:13 -080045 <integer name="config_dropAnimMinDuration">100</integer>
Adam Cohen8dfcba42011-07-07 16:38:18 -070046 <integer name="config_dropAnimMaxDuration">500</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070047
Adam Cohen7f4eabe2011-04-21 16:19:16 -070048 <!-- The duration of the UserFolder opening and closing animation -->
Adam Cohenc4fe9ea2014-08-18 18:54:10 -070049 <integer name="config_materialFolderExpandDuration">200</integer>
Jon Mirandace74d2a2017-03-23 10:17:55 -070050 <integer name="config_folderDelay">30</integer>
Adam Cohen7f4eabe2011-04-21 16:19:16 -070051
Patrick Dubroyce34a972010-10-19 10:34:32 -070052 <!-- The distance at which the animation should take the max duration -->
53 <integer name="config_dropAnimMaxDist">800</integer>
Adam Lesinski2a898a02010-12-09 21:04:15 -080054
Peter Schillera30b51c2016-07-13 14:04:13 -070055 <!-- The duration of the caret animation -->
56 <integer name="config_caretAnimationDuration">200</integer>
57
Sunny Goyal14168432019-10-24 15:59:49 -070058 <!-- Hotseat -->
Winson Chung0e721a42012-08-02 17:40:30 -070059 <bool name="hotseat_transpose_layout_with_orientation">true</bool>
Daniel Sandlera127b7a2013-06-17 14:25:46 -040060
Sunny Goyal194f5852018-08-15 16:07:31 -070061 <!-- Various classes overriden by projects/build flavors. -->
Hyunyoung Song1ae42422020-01-26 23:25:14 -080062 <string name="folder_name_provider_class" translatable="false"></string>
Hyunyoung Songfc007472018-10-25 14:09:50 -070063 <string name="stats_log_manager_class" translatable="false"></string>
Sunny Goyalf5523922017-08-28 15:29:18 -070064 <string name="instant_app_resolver_class" translatable="false"></string>
Sunny Goyal66f2b352018-02-09 10:57:12 -080065 <string name="main_process_initializer_class" translatable="false"></string>
Sunny Goyal369212a2019-03-26 15:03:57 -070066 <string name="app_launch_tracker_class" translatable="false"></string>
Sunny Goyalab3963d2019-05-23 00:50:08 -070067 <string name="test_information_handler_class" translatable="false"></string>
Sunny Goyale529a862019-08-06 09:48:36 -070068 <string name="launcher_activity_logic_class" translatable="false"></string>
Sunny Goyal8b74cc72020-07-27 17:50:33 -070069 <string name="model_delegate_class" translatable="false"></string>
Sunny Goyal66f2b352018-02-09 10:57:12 -080070
Sunny Goyalebfae6e2015-08-27 15:30:25 -070071 <!-- View ID to use for QSB widget -->
72 <item type="id" name="qsb_widget" />
73
Sunny Goyale2fd14b2015-08-27 17:45:46 -070074 <!-- View ID used by cell layout to jail its content -->
75 <item type="id" name="cell_layout_jail_id" />
76
Sunny Goyal3fbca152017-11-02 18:55:44 -070077 <!-- View IDs to store item highlight information -->
78 <item type="id" name="view_unhighlight_background" />
Sunny Goyal3fbca152017-11-02 18:55:44 -070079
Sunny Goyaleae05142018-10-24 16:20:37 -070080 <!-- Menu id for feature flags -->
81 <item type="id" name="menu_apply_flags" />
82
83 <!-- Popup items -->
Tonyd6573ed2017-06-28 17:51:53 -070084 <integer name="config_popupOpenCloseDuration">150</integer>
Tony977690e2018-08-15 14:02:56 -070085 <integer name="config_popupArrowOpenCloseDuration">40</integer>
Tony Wickham9438ed42017-01-20 09:38:25 -080086 <integer name="config_removeNotificationViewDuration">300</integer>
Tony Wickham8f58e612016-07-15 17:23:07 -070087
Sunny Goyal14168432019-10-24 15:59:49 -070088 <!-- Default packages -->
89 <string name="wallpaper_picker_package" translatable="false"></string>
Pierre Barbier de Reuilleab33b762021-02-16 20:58:35 +000090 <string name="local_colors_extraction_class" translatable="false"></string>
Sunny Goyal14168432019-10-24 15:59:49 -070091
92 <!-- Accessibility actions -->
Sunny Goyal71b5c0b2015-01-08 16:59:04 -080093 <item type="id" name="action_remove" />
94 <item type="id" name="action_uninstall" />
Winson Chung1054d4e2018-03-05 19:39:21 +000095 <item type="id" name="action_reconfigure" />
Sunny Goyal71b5c0b2015-01-08 16:59:04 -080096 <item type="id" name="action_add_to_workspace" />
Adam Cohenc9735cf2015-01-23 16:11:55 -080097 <item type="id" name="action_move" />
Sunny Goyal9ae77772015-04-29 16:30:23 -070098 <item type="id" name="action_move_to_workspace" />
Sunny Goyal1d08f702015-05-04 15:50:25 -070099 <item type="id" name="action_move_screen_backwards" />
100 <item type="id" name="action_move_screen_forwards" />
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700101 <item type="id" name="action_resize" />
Sunny Goyal3ffa64d2016-07-25 13:54:32 -0700102 <item type="id" name="action_deep_shortcuts" />
Vadim Trysheva50d99f2018-05-04 17:58:29 -0700103 <item type="id" name="action_shortcuts_and_notifications"/>
Tony18c4aa42017-05-10 21:23:57 -0500104 <item type="id" name="action_dismiss_notification" />
Vadim Tryshevdc7d25d2018-10-15 14:01:04 -0700105 <item type="id" name="action_remote_action_shortcut" />
Samuel Fufa5cf3e862020-02-03 20:22:54 -0800106 <item type="id" name="action_dismiss_prediction" />
Samuel Fufa6eaf9892020-04-01 11:40:40 -0700107 <item type="id" name="action_pin_prediction"/>
Sunny Goyalc7b8df82017-06-27 11:11:03 -0700108
Sunny Goyal14168432019-10-24 15:59:49 -0700109 <!-- QSB IDs. DO not change -->
Sunny Goyalc7b8df82017-06-27 11:11:03 -0700110 <item type="id" name="search_container_workspace" />
Sunny Goyalc7b8df82017-06-27 11:11:03 -0700111 <item type="id" name="search_container_all_apps" />
Samuel Fufa2ea01e42020-12-02 13:48:18 -0600112 <item type="id" name="search_container_hotseat" />
Sunny Goyalc7b8df82017-06-27 11:11:03 -0700113
Sunny Goyal14168432019-10-24 15:59:49 -0700114 <!-- Recents -->
Vadim Tryshev6d2321c2018-04-11 17:19:08 -0700115 <item type="id" name="overview_panel"/>
Sunny Goyal7b97eeb2019-11-08 13:43:58 -0800116
Peter Kalauskas03c8f292020-02-18 16:20:27 -0800117 <!-- Whether to enable background preloading of task thumbnails. -->
118 <bool name="config_enableTaskSnapshotPreloading">true</bool>
119
Sunny Goyal7b97eeb2019-11-08 13:43:58 -0800120 <!-- Configuration resources -->
Jon Miranda7edcd782020-03-02 13:18:55 -0800121 <item name="all_apps_spring_damping_ratio" type="dimen" format="float">0.75</item>
122 <item name="all_apps_spring_stiffness" type="dimen" format="float">600</item>
123
Sunny Goyal7f9e8e22020-04-17 12:05:21 -0700124 <item name="dismiss_task_trans_y_damping_ratio" type="dimen" format="float">0.73</item>
125 <item name="dismiss_task_trans_y_stiffness" type="dimen" format="float">800</item>
Jon Miranda7edcd782020-03-02 13:18:55 -0800126
Sunny Goyal7f9e8e22020-04-17 12:05:21 -0700127 <item name="dismiss_task_trans_x_damping_ratio" type="dimen" format="float">0.73</item>
128 <item name="dismiss_task_trans_x_stiffness" type="dimen" format="float">800</item>
Jon Miranda7edcd782020-03-02 13:18:55 -0800129
Jon Miranda57dab6f2020-04-10 13:38:14 -0700130 <item name="horizontal_spring_damping_ratio" type="dimen" format="float">0.8</item>
Jon Mirandac2140bc2020-04-28 14:38:54 -0700131 <item name="horizontal_spring_stiffness" type="dimen" format="float">250</item>
Jon Miranda7edcd782020-03-02 13:18:55 -0800132
Jon Miranda1a304762020-03-04 10:21:17 -0800133 <item name="swipe_up_rect_scale_damping_ratio" type="dimen" format="float">0.75</item>
134 <item name="swipe_up_rect_scale_stiffness" type="dimen" format="float">200</item>
135
136 <item name="swipe_up_rect_xy_fling_friction" type="dimen" format="float">1.5</item>
Jon Mirandac9ad2dd2021-04-13 09:34:29 -0400137
138 <item name="swipe_up_scale_start" type="dimen" format="float">0.98</item>
139 <item name="swipe_up_duration" type="dimen" format="float">500</item>
140
141 <item name="swipe_up_trans_y_dp" type="dimen" format="float">3</item>
142 <item name="swipe_up_trans_y_dp_per_s" type="dimen" format="float">3</item>
143
144 <item name="swipe_up_trans_y_damping" type="dimen" format="float">0.4</item>
145 <item name="swipe_up_trans_y_stiffness" type="dimen" format="float">200</item>
146
Jon Miranda1a304762020-03-04 10:21:17 -0800147 <item name="swipe_up_rect_xy_damping_ratio" type="dimen" format="float">0.8</item>
Jon Miranda8fbf5cd2021-05-03 15:58:43 -0700148 <item name="swipe_up_rect_xy_stiffness" type="dimen" format="float">200</item>
Jon Mirandac9ad2dd2021-04-13 09:34:29 -0400149
150
151 <item name="swipe_up_rect_2_x_damping_ratio" type="dimen" format="float">1</item>
152 <item name="swipe_up_rect_2_x_stiffness" type="dimen" format="float">350</item>
153
154 <item name="swipe_up_rect_2_y_damping_ratio" type="dimen" format="float">1</item>
155 <item name="swipe_up_rect_2_y_stiffness" type="dimen" format="float">700</item>
156
157 <item name="swipe_up_rect_2_y_stiffness_low_swipe_multiplier" type="dimen" format="float">1</item>
158 <item name="swipe_up_low_swipe_duration_multiplier" type="dimen" format="float">1</item>
159
160 <item name="swipe_up_launcher_alpha_max_progress" type="dimen" format="float">0.85</item>
161
162
163 <item name="c1_a" type="dimen" format="float">0.05</item>
164 <item name="c1_b" type="dimen" format="float">0</item>
165 <item name="c1_c" type="dimen" format="float">0.133333</item>
166 <item name="c1_d" type="dimen" format="float">0.06</item>
167
168 <item name="mp_x" type="dimen" format="float">0.166666</item>
169 <item name="mp_y" type="dimen" format="float">.4</item>
170
171 <item name="c2_a" type="dimen" format="float">0.208333</item>
172 <item name="c2_b" type="dimen" format="float">.82</item>
173 <item name="c2_c" type="dimen" format="float">.25</item>
174 <item name="c2_d" type="dimen" format="float">1</item>
175
Jon Miranda7edcd782020-03-02 13:18:55 -0800176
177 <item name="staggered_damping_ratio" type="dimen" format="float">0.7</item>
178 <item name="staggered_stiffness" type="dimen" format="float">150</item>
Jon Miranda54003962020-06-26 10:11:24 -0700179 <dimen name="unlock_staggered_velocity_dp_per_s">4dp</dimen>
Jon Miranda7edcd782020-03-02 13:18:55 -0800180
Jon Miranda27163852020-06-18 13:03:01 -0700181 <item name="hint_scale_damping_ratio" type="dimen" format="float">0.7</item>
182 <item name="hint_scale_stiffness" type="dimen" format="float">200</item>
183 <dimen name="hint_scale_velocity_dp_per_s">0.3dp</dimen>
184
Jon Miranda1a304762020-03-04 10:21:17 -0800185 <!-- Swipe up to home related -->
186 <dimen name="swipe_up_fling_min_visible_change">18dp</dimen>
187 <dimen name="swipe_up_y_overshoot">10dp</dimen>
188 <dimen name="swipe_up_max_workspace_trans_y">-60dp</dimen>
189
Jon Miranda7edcd782020-03-02 13:18:55 -0800190 <array name="dynamic_resources">
Jon Mirandac9ad2dd2021-04-13 09:34:29 -0400191 <item>@dimen/swipe_up_duration</item>
192 <item>@dimen/swipe_up_scale_start</item>
193 <item>@dimen/swipe_up_trans_y_dp</item>
194 <item>@dimen/swipe_up_trans_y_dp_per_s</item>
195 <item>@dimen/swipe_up_trans_y_damping</item>
196 <item>@dimen/swipe_up_trans_y_stiffness</item>
197 <item>@dimen/swipe_up_rect_2_x_damping_ratio</item>
198 <item>@dimen/swipe_up_rect_2_x_stiffness</item>
199 <item>@dimen/swipe_up_rect_2_y_damping_ratio</item>
200 <item>@dimen/swipe_up_rect_2_y_stiffness</item>
201 <item>@dimen/swipe_up_launcher_alpha_max_progress</item>
202 <item>@dimen/swipe_up_rect_2_y_stiffness_low_swipe_multiplier</item>
203 <item>@dimen/swipe_up_low_swipe_duration_multiplier</item>
Jon Miranda7edcd782020-03-02 13:18:55 -0800204
Jon Mirandac9ad2dd2021-04-13 09:34:29 -0400205 <item>@dimen/c1_a</item>
206 <item>@dimen/c1_b</item>
207 <item>@dimen/c1_c</item>
208 <item>@dimen/c1_d</item>
Jon Miranda7edcd782020-03-02 13:18:55 -0800209
Jon Mirandac9ad2dd2021-04-13 09:34:29 -0400210 <item>@dimen/mp_x</item>
211 <item>@dimen/mp_y</item>
Jon Miranda7edcd782020-03-02 13:18:55 -0800212
Jon Mirandac9ad2dd2021-04-13 09:34:29 -0400213 <item>@dimen/c2_a</item>
214 <item>@dimen/c2_b</item>
215 <item>@dimen/c2_c</item>
216 <item>@dimen/c2_d</item>
Jon Miranda7edcd782020-03-02 13:18:55 -0800217 </array>
Tony Wickhamd6f917f2020-03-19 13:19:31 -0700218
Sunny Goyal44840152020-08-25 23:22:18 -0700219 <string-array name="filtered_components" ></string-array>
Pierre Barbier de Reuilleab33b762021-02-16 20:58:35 +0000220
221 <!-- Name of the class used to generate colors from the wallpaper colors. Must be implementing the LauncherAppWidgetHostView.ColorGenerator interface. -->
222 <string name="color_generator_class" translatable="false"/>
223
Daniel Sandler388f6792010-03-02 14:08:08 -0500224</resources>