Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 1 | <resources> |
Winson Chung | 67ca7e4 | 2013-10-31 16:53:19 -0700 | [diff] [blame] | 2 | <!-- Dynamic Grid --> |
Winson Chung | c82d262 | 2013-11-06 13:23:29 -0800 | [diff] [blame] | 3 | <!-- Out of 100, the percent of space the overview bar should try and take vertically. --> |
| 4 | <integer name="config_dynamic_grid_overview_icon_zone_percentage">20</integer> |
Winson Chung | 67ca7e4 | 2013-10-31 16:53:19 -0700 | [diff] [blame] | 5 | |
| 6 | <!-- Miscellaneous --> |
Adam Cohen | 56901eb | 2011-07-25 14:54:22 -0700 | [diff] [blame] | 7 | <bool name="config_largeHeap">false</bool> |
Winson Chung | 5f8afe6 | 2013-08-12 16:19:28 -0700 | [diff] [blame] | 8 | <bool name="is_tablet">false</bool> |
| 9 | <bool name="is_large_tablet">false</bool> |
Adam Cohen | cb3f98e | 2012-04-24 14:24:35 -0700 | [diff] [blame] | 10 | <bool name="allow_rotation">false</bool> |
Winson Chung | a62e9fd | 2011-07-11 15:20:48 -0700 | [diff] [blame] | 11 | |
Sunny Goyal | 112ce42 | 2016-08-22 16:45:29 -0700 | [diff] [blame^] | 12 | <!-- A string pointer to the original app name string. This allows derived projects to |
| 13 | easily override the app name without providing all translations --> |
| 14 | <string name="derived_app_name" translatable="false">@string/app_name</string> |
| 15 | |
Winson Chung | 6e1bdaf | 2012-05-29 17:03:45 -0700 | [diff] [blame] | 16 | <!-- DragController --> |
Sunny Goyal | 5837692 | 2015-05-26 18:56:52 -0700 | [diff] [blame] | 17 | <item type="id" name="drag_event_parity" /> |
Winson Chung | 6e1bdaf | 2012-05-29 17:03:45 -0700 | [diff] [blame] | 18 | |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 19 | <!-- AllApps & Launcher transitions --> |
Winson Chung | 557d6ed | 2011-07-08 15:34:52 -0700 | [diff] [blame] | 20 | <!-- The alpha of the AppsCustomize bg in spring loaded mode --> |
Tony Wickham | e0c3323 | 2016-02-08 11:37:04 -0800 | [diff] [blame] | 21 | <integer name="config_workspaceScrimAlpha">30</integer> |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 22 | <integer name="config_allAppsTransitionTime">100</integer> |
Adam Cohen | fa2450a | 2013-10-11 18:20:27 -0700 | [diff] [blame] | 23 | <integer name="config_overviewTransitionTime">250</integer> |
| 24 | |
Winson Chung | b26f3d6 | 2011-06-02 10:49:29 -0700 | [diff] [blame] | 25 | <!-- 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] | 26 | <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer> |
Winson Chung | 4f7eb40 | 2015-07-10 18:00:48 -0700 | [diff] [blame] | 27 | <!-- Out of 100, the percent to shrink the workspace during overview mode. --> |
| 28 | <integer name="config_workspaceOverviewShrinkPercentage">70</integer> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 29 | |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 30 | <!-- Fade/zoom in/out duration & scale in a Launcher overlay transition. |
| 31 | Note: This should be less than the config_overlayTransitionTime as they happen together. --> |
| 32 | <integer name="config_overlayRevealTime">220</integer> |
Hyunyoung Song | e3876e8 | 2016-07-27 11:54:02 -0700 | [diff] [blame] | 33 | <integer name="config_overlaySlideRevealTime">320</integer> |
Winson Chung | 5f4e0fd | 2015-05-22 11:12:27 -0700 | [diff] [blame] | 34 | <integer name="config_overlayTransitionTime">300</integer> |
| 35 | <integer name="config_overlayItemsAlphaStagger">60</integer> |
Adam Cohen | 63f1ec0 | 2014-08-12 09:23:13 -0700 | [diff] [blame] | 36 | |
| 37 | <!-- This constant stores the ratio of the all apps button drawable which |
| 38 | is used for internal (baked-in) padding --> |
| 39 | <integer name="config_allAppsButtonPaddingPercent">17</integer> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 40 | |
Sunny Goyal | 5024503 | 2016-07-13 14:24:18 -0700 | [diff] [blame] | 41 | <!-- The duration of the animation from search hint to text entry --> |
| 42 | <integer name="config_searchHintAnimationDuration">50</integer> |
| 43 | |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 44 | <!-- Workspace --> |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame] | 45 | <!-- The duration (in ms) of the fade animation on the object outlines, used when |
| 46 | we are dragging objects around on the home screen. --> |
| 47 | <integer name="config_dragOutlineFadeTime">900</integer> |
| 48 | |
| 49 | <!-- 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] | 50 | <integer name="config_dragOutlineMaxAlpha">128</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 51 | |
| 52 | <!-- Parameters controlling the animation for when an item is dropped on the home screen, |
| 53 | and it animates from its old position to the new one. --> |
Winson Chung | 61b0c69 | 2012-02-23 16:31:13 -0800 | [diff] [blame] | 54 | <integer name="config_dropAnimMinDuration">100</integer> |
Adam Cohen | 8dfcba4 | 2011-07-07 16:38:18 -0700 | [diff] [blame] | 55 | <integer name="config_dropAnimMaxDuration">500</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 56 | |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 57 | <!-- The duration of the UserFolder opening and closing animation --> |
Adam Cohen | c4fe9ea | 2014-08-18 18:54:10 -0700 | [diff] [blame] | 58 | <integer name="config_folderExpandDuration">120</integer> |
| 59 | <integer name="config_materialFolderExpandDuration">200</integer> |
| 60 | <integer name="config_materialFolderExpandStagger">60</integer> |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 61 | |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 62 | <!-- The distance at which the animation should take the max duration --> |
| 63 | <integer name="config_dropAnimMaxDist">800</integer> |
Adam Lesinski | 2a898a0 | 2010-12-09 21:04:15 -0800 | [diff] [blame] | 64 | |
Peter Schiller | a30b51c | 2016-07-13 14:04:13 -0700 | [diff] [blame] | 65 | <!-- The duration of the caret animation --> |
| 66 | <integer name="config_caretAnimationDuration">200</integer> |
| 67 | |
Winson Chung | 0e721a4 | 2012-08-02 17:40:30 -0700 | [diff] [blame] | 68 | <!-- Hotseat --> |
| 69 | <bool name="hotseat_transpose_layout_with_orientation">true</bool> |
Daniel Sandler | a127b7a | 2013-06-17 14:25:46 -0400 | [diff] [blame] | 70 | |
Bjorn Bringert | 1307f63 | 2013-10-03 22:31:03 +0100 | [diff] [blame] | 71 | <!-- Name of a subclass of com.android.launcher3.AppFilter used to |
| 72 | filter the activities shown in the launcher. Can be empty. --> |
| 73 | <string name="app_filter_class" translatable="false"></string> |
| 74 | |
Hyunyoung Song | ddec1c7 | 2016-04-12 18:32:04 -0700 | [diff] [blame] | 75 | <!-- List of package names that com.android.launcher3.action.LAUNCH |
| 76 | should be targeting. Can be empty. --> |
| 77 | <array name="launch_broadcast_targets" translatable="false"></array> |
| 78 | |
Annie Chin | 17f8595 | 2016-03-24 17:12:30 -0700 | [diff] [blame] | 79 | <!-- Name of an icon provider class. --> |
| 80 | <string name="icon_provider_class" translatable="false"></string> |
| 81 | |
Sunny Goyal | 04cc3a7 | 2016-05-17 10:32:43 -0700 | [diff] [blame] | 82 | <!-- Package name of the default wallpaper picker. --> |
| 83 | <string name="wallpaper_picker_package" translatable="false"></string> |
| 84 | |
Sunny Goyal | ebfae6e | 2015-08-27 15:30:25 -0700 | [diff] [blame] | 85 | <!-- View ID to use for QSB widget --> |
| 86 | <item type="id" name="qsb_widget" /> |
| 87 | |
Sunny Goyal | 6178f13 | 2016-07-11 17:30:03 -0700 | [diff] [blame] | 88 | <!-- View ID to use for blocked area on the first screen --> |
| 89 | <item type="id" name="workspace_blocked_row" /> |
| 90 | |
Sunny Goyal | e2fd14b | 2015-08-27 17:45:46 -0700 | [diff] [blame] | 91 | <!-- View ID used by cell layout to jail its content --> |
| 92 | <item type="id" name="cell_layout_jail_id" /> |
| 93 | |
Tony Wickham | 8f58e61 | 2016-07-15 17:23:07 -0700 | [diff] [blame] | 94 | <!-- Deep shortcuts --> |
Sunny Goyal | a2454ad | 2016-07-22 10:50:11 -0700 | [diff] [blame] | 95 | <integer name="config_deepShortcutOpenDuration">220</integer> |
| 96 | <integer name="config_deepShortcutOpenStagger">40</integer> |
| 97 | <integer name="config_deepShortcutCloseDuration">150</integer> |
| 98 | <integer name="config_deepShortcutCloseStagger">20</integer> |
Tony Wickham | 8f58e61 | 2016-07-15 17:23:07 -0700 | [diff] [blame] | 99 | |
Sunny Goyal | 71b5c0b | 2015-01-08 16:59:04 -0800 | [diff] [blame] | 100 | <!-- Accessibility actions --> |
| 101 | <item type="id" name="action_remove" /> |
| 102 | <item type="id" name="action_uninstall" /> |
| 103 | <item type="id" name="action_info" /> |
| 104 | <item type="id" name="action_add_to_workspace" /> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame] | 105 | <item type="id" name="action_move" /> |
Sunny Goyal | 9ae7777 | 2015-04-29 16:30:23 -0700 | [diff] [blame] | 106 | <item type="id" name="action_move_to_workspace" /> |
Sunny Goyal | 1d08f70 | 2015-05-04 15:50:25 -0700 | [diff] [blame] | 107 | <item type="id" name="action_move_screen_backwards" /> |
| 108 | <item type="id" name="action_move_screen_forwards" /> |
Sunny Goyal | 9ca9c13 | 2015-04-29 14:57:22 -0700 | [diff] [blame] | 109 | <item type="id" name="action_resize" /> |
Sunny Goyal | 3ffa64d | 2016-07-25 13:54:32 -0700 | [diff] [blame] | 110 | <item type="id" name="action_deep_shortcuts" /> |
Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 111 | </resources> |