2010-03-03 03:08:08 +08:00
|
|
|
<resources>
|
2019-10-25 06:59:49 +08:00
|
|
|
<!-- Miscellaneous -->
|
2011-07-26 05:54:22 +08:00
|
|
|
<bool name="config_largeHeap">false</bool>
|
2012-04-25 05:24:35 +08:00
|
|
|
<bool name="allow_rotation">false</bool>
|
2011-07-12 06:20:48 +08:00
|
|
|
|
2017-08-22 03:32:42 +08:00
|
|
|
<integer name="extracted_color_gradient_alpha">153</integer>
|
2017-07-28 01:21:50 +08:00
|
|
|
|
2016-08-23 07:45:29 +08: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-05-08 02:56:00 +08:00
|
|
|
<!-- String representing the intent for search on the apps market. To specify a query, add
|
|
|
|
q=<query> to the data to the intent -->
|
|
|
|
<string name="market_search_intent" translatable="false">market://search?c=apps</string>
|
|
|
|
|
2017-08-24 03:13:24 +08: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-28 06:47:49 +08:00
|
|
|
<!-- String representing the fragment class for settings activity.-->
|
2018-10-25 07:20:37 +08:00
|
|
|
<string name="settings_fragment_name" translatable="false">com.android.launcher3.settings.SettingsActivity$LauncherSettingsFragment</string>
|
2018-06-28 06:47:49 +08:00
|
|
|
|
2019-10-25 06:59:49 +08:00
|
|
|
<!-- DragController -->
|
2015-05-27 09:56:52 +08:00
|
|
|
<item type="id" name="drag_event_parity" />
|
2012-05-30 08:03:45 +08:00
|
|
|
|
2019-10-25 06:59:49 +08:00
|
|
|
<!-- AllApps & Launcher transitions -->
|
2011-06-03 01:49:29 +08:00
|
|
|
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
|
2016-02-09 03:37:04 +08:00
|
|
|
<integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
|
2011-04-15 07:08:02 +08:00
|
|
|
|
2016-07-14 05:24:18 +08:00
|
|
|
<!-- The duration of the animation from search hint to text entry -->
|
|
|
|
<integer name="config_searchHintAnimationDuration">50</integer>
|
|
|
|
|
2017-06-07 06:41:21 +08:00
|
|
|
<!-- View tag key used to store SpringAnimation data. -->
|
|
|
|
<item type="id" name="spring_animation_tag" />
|
|
|
|
|
2019-10-25 06:59:49 +08:00
|
|
|
<!-- Workspace -->
|
2010-10-07 03:14:43 +08:00
|
|
|
<!-- The duration (in ms) of the fade animation on the object outlines, used when
|
|
|
|
we are dragging objects around on the home screen. -->
|
|
|
|
<integer name="config_dragOutlineFadeTime">900</integer>
|
|
|
|
|
|
|
|
<!-- The alpha value at which to show the most recent drop visualization outline. -->
|
2010-10-11 02:26:02 +08:00
|
|
|
<integer name="config_dragOutlineMaxAlpha">128</integer>
|
2010-10-20 01:34:32 +08: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-24 08:31:13 +08:00
|
|
|
<integer name="config_dropAnimMinDuration">100</integer>
|
2011-07-08 07:38:18 +08:00
|
|
|
<integer name="config_dropAnimMaxDuration">500</integer>
|
2010-10-20 01:34:32 +08:00
|
|
|
|
2011-04-22 07:19:16 +08:00
|
|
|
<!-- The duration of the UserFolder opening and closing animation -->
|
2014-08-19 09:54:10 +08:00
|
|
|
<integer name="config_materialFolderExpandDuration">200</integer>
|
2017-03-24 01:17:55 +08:00
|
|
|
<integer name="config_folderDelay">30</integer>
|
2011-04-22 07:19:16 +08:00
|
|
|
|
2010-10-20 01:34:32 +08:00
|
|
|
<!-- The distance at which the animation should take the max duration -->
|
|
|
|
<integer name="config_dropAnimMaxDist">800</integer>
|
2010-12-10 13:04:15 +08:00
|
|
|
|
2016-07-14 05:04:13 +08:00
|
|
|
<!-- The duration of the caret animation -->
|
|
|
|
<integer name="config_caretAnimationDuration">200</integer>
|
|
|
|
|
2019-10-25 06:59:49 +08:00
|
|
|
<!-- Hotseat -->
|
2012-08-03 08:40:30 +08:00
|
|
|
<bool name="hotseat_transpose_layout_with_orientation">true</bool>
|
2013-06-18 02:25:46 +08:00
|
|
|
|
2018-08-16 07:07:31 +08:00
|
|
|
<!-- Various classes overriden by projects/build flavors. -->
|
2013-10-04 05:31:03 +08:00
|
|
|
<string name="app_filter_class" translatable="false"></string>
|
2017-02-28 02:07:13 +08:00
|
|
|
<string name="user_event_dispatcher_class" translatable="false"></string>
|
2020-01-27 15:25:14 +08:00
|
|
|
<string name="folder_name_provider_class" translatable="false"></string>
|
2018-10-26 05:09:50 +08:00
|
|
|
<string name="stats_log_manager_class" translatable="false"></string>
|
2018-01-25 07:38:25 +08:00
|
|
|
<string name="app_transition_manager_class" translatable="false"></string>
|
2017-08-29 06:29:18 +08:00
|
|
|
<string name="instant_app_resolver_class" translatable="false"></string>
|
2018-02-10 02:57:12 +08:00
|
|
|
<string name="main_process_initializer_class" translatable="false"></string>
|
2019-03-27 06:03:57 +08:00
|
|
|
<string name="app_launch_tracker_class" translatable="false"></string>
|
2019-05-23 15:50:08 +08:00
|
|
|
<string name="test_information_handler_class" translatable="false"></string>
|
2019-08-07 00:48:36 +08:00
|
|
|
<string name="launcher_activity_logic_class" translatable="false"></string>
|
2018-02-10 02:57:12 +08:00
|
|
|
|
2015-08-28 06:30:25 +08:00
|
|
|
<!-- View ID to use for QSB widget -->
|
|
|
|
<item type="id" name="qsb_widget" />
|
|
|
|
|
2015-08-28 08:45:46 +08:00
|
|
|
<!-- View ID used by cell layout to jail its content -->
|
|
|
|
<item type="id" name="cell_layout_jail_id" />
|
2016-09-29 07:47:32 +08:00
|
|
|
|
2017-11-03 09:55:44 +08:00
|
|
|
<!-- View IDs to store item highlight information -->
|
|
|
|
<item type="id" name="view_unhighlight_background" />
|
|
|
|
|
2018-10-25 07:20:37 +08:00
|
|
|
<!-- Menu id for feature flags -->
|
|
|
|
<item type="id" name="menu_apply_flags" />
|
|
|
|
|
|
|
|
<!-- Popup items -->
|
2017-06-29 08:51:53 +08:00
|
|
|
<integer name="config_popupOpenCloseDuration">150</integer>
|
2018-08-16 05:02:56 +08:00
|
|
|
<integer name="config_popupArrowOpenCloseDuration">40</integer>
|
2017-01-21 01:38:25 +08:00
|
|
|
<integer name="config_removeNotificationViewDuration">300</integer>
|
2016-07-16 08:23:07 +08:00
|
|
|
|
2019-10-25 06:59:49 +08:00
|
|
|
<!-- Default packages -->
|
|
|
|
<string name="wallpaper_picker_package" translatable="false"></string>
|
|
|
|
<string name="calendar_component_name" translatable="false"></string>
|
|
|
|
<string name="clock_component_name" translatable="false"></string>
|
|
|
|
|
|
|
|
<!-- Accessibility actions -->
|
2015-01-09 08:59:04 +08:00
|
|
|
<item type="id" name="action_remove" />
|
|
|
|
<item type="id" name="action_uninstall" />
|
2018-03-06 03:39:21 +08:00
|
|
|
<item type="id" name="action_reconfigure" />
|
2015-01-09 08:59:04 +08:00
|
|
|
<item type="id" name="action_add_to_workspace" />
|
2015-01-24 08:11:55 +08:00
|
|
|
<item type="id" name="action_move" />
|
2015-04-30 07:30:23 +08:00
|
|
|
<item type="id" name="action_move_to_workspace" />
|
2015-05-05 06:50:25 +08:00
|
|
|
<item type="id" name="action_move_screen_backwards" />
|
|
|
|
<item type="id" name="action_move_screen_forwards" />
|
2015-04-30 05:57:22 +08:00
|
|
|
<item type="id" name="action_resize" />
|
2016-07-26 04:54:32 +08:00
|
|
|
<item type="id" name="action_deep_shortcuts" />
|
2018-05-05 08:58:29 +08:00
|
|
|
<item type="id" name="action_shortcuts_and_notifications"/>
|
2017-05-11 10:23:57 +08:00
|
|
|
<item type="id" name="action_dismiss_notification" />
|
2018-10-16 05:01:04 +08:00
|
|
|
<item type="id" name="action_remote_action_shortcut" />
|
2020-02-04 12:22:54 +08:00
|
|
|
<item type="id" name="action_dismiss_prediction" />
|
2020-04-02 02:40:40 +08:00
|
|
|
<item type="id" name="action_pin_prediction"/>
|
2017-06-28 02:11:03 +08:00
|
|
|
|
2019-10-25 06:59:49 +08:00
|
|
|
<!-- QSB IDs. DO not change -->
|
2017-06-28 02:11:03 +08:00
|
|
|
<item type="id" name="search_container_workspace" />
|
|
|
|
<item type="id" name="search_container_all_apps" />
|
|
|
|
|
2019-10-25 06:59:49 +08:00
|
|
|
<!-- Recents -->
|
2018-04-12 08:19:08 +08:00
|
|
|
<item type="id" name="overview_panel"/>
|
2019-11-09 05:43:58 +08:00
|
|
|
|
2020-02-19 08:20:27 +08:00
|
|
|
<!-- Whether to enable background preloading of task thumbnails. -->
|
|
|
|
<bool name="config_enableTaskSnapshotPreloading">true</bool>
|
|
|
|
|
2019-11-09 05:43:58 +08:00
|
|
|
<!-- Configuration resources -->
|
2020-03-03 05:18:55 +08:00
|
|
|
<item name="all_apps_spring_damping_ratio" type="dimen" format="float">0.75</item>
|
|
|
|
<item name="all_apps_spring_stiffness" type="dimen" format="float">600</item>
|
|
|
|
|
2020-04-18 03:05:21 +08: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-03 05:18:55 +08:00
|
|
|
|
2020-04-18 03:05:21 +08:00
|
|
|
<item name="dismiss_task_trans_x_damping_ratio" type="dimen" format="float">0.73</item>
|
|
|
|
<item name="dismiss_task_trans_x_stiffness" type="dimen" format="float">800</item>
|
2020-03-03 05:18:55 +08:00
|
|
|
|
2020-04-11 04:38:14 +08:00
|
|
|
<item name="horizontal_spring_damping_ratio" type="dimen" format="float">0.8</item>
|
2020-04-29 05:38:54 +08:00
|
|
|
<item name="horizontal_spring_stiffness" type="dimen" format="float">250</item>
|
2020-03-03 05:18:55 +08:00
|
|
|
|
2020-03-05 02: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>
|
|
|
|
|
|
|
|
<item name="swipe_up_rect_xy_fling_friction" type="dimen" format="float">1.5</item>
|
|
|
|
<item name="swipe_up_rect_xy_damping_ratio" type="dimen" format="float">0.8</item>
|
|
|
|
<item name="swipe_up_rect_xy_stiffness" type="dimen" format="float">200</item>
|
2020-03-03 05: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>
|
2020-03-18 05:24:42 +08:00
|
|
|
<dimen name="unlock_staggered_velocity_dp_per_s">3dp</dimen>
|
2020-03-03 05:18:55 +08:00
|
|
|
|
2020-03-05 02:21:17 +08:00
|
|
|
<!-- Swipe up to home related -->
|
|
|
|
<dimen name="swipe_up_fling_min_visible_change">18dp</dimen>
|
|
|
|
<dimen name="swipe_up_y_overshoot">10dp</dimen>
|
|
|
|
<dimen name="swipe_up_max_workspace_trans_y">-60dp</dimen>
|
|
|
|
|
2020-03-03 05:18:55 +08:00
|
|
|
<array name="dynamic_resources">
|
|
|
|
<item>@dimen/all_apps_spring_damping_ratio</item>
|
|
|
|
<item>@dimen/all_apps_spring_stiffness</item>
|
|
|
|
|
|
|
|
<item>@dimen/dismiss_task_trans_y_damping_ratio</item>
|
|
|
|
<item>@dimen/dismiss_task_trans_y_stiffness</item>
|
|
|
|
|
|
|
|
<item>@dimen/dismiss_task_trans_x_damping_ratio</item>
|
|
|
|
<item>@dimen/dismiss_task_trans_x_stiffness</item>
|
|
|
|
|
|
|
|
<item>@dimen/horizontal_spring_damping_ratio</item>
|
|
|
|
<item>@dimen/horizontal_spring_stiffness</item>
|
|
|
|
|
2020-03-05 02:21:17 +08:00
|
|
|
<item>@dimen/swipe_up_rect_scale_damping_ratio</item>
|
|
|
|
<item>@dimen/swipe_up_rect_scale_stiffness</item>
|
|
|
|
|
|
|
|
<item>@dimen/swipe_up_rect_xy_fling_friction</item>
|
|
|
|
<item>@dimen/swipe_up_rect_xy_damping_ratio</item>
|
|
|
|
<item>@dimen/swipe_up_rect_xy_stiffness</item>
|
2020-03-03 05:18:55 +08:00
|
|
|
|
|
|
|
<item>@dimen/staggered_damping_ratio</item>
|
|
|
|
<item>@dimen/staggered_stiffness</item>
|
2020-03-18 05:24:42 +08:00
|
|
|
<item>@dimen/unlock_staggered_velocity_dp_per_s</item>
|
2020-03-05 02:21:17 +08:00
|
|
|
|
|
|
|
<item>@dimen/swipe_up_fling_min_visible_change</item>
|
|
|
|
<item>@dimen/swipe_up_y_overshoot</item>
|
2020-03-03 05:18:55 +08:00
|
|
|
</array>
|
2020-03-20 04:19:31 +08:00
|
|
|
|
|
|
|
<string-array name="live_wallpapers_remove_sysui_scrims">
|
|
|
|
</string-array>
|
2010-03-03 03:08:08 +08:00
|
|
|
</resources>
|