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