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 --> |
| 3 | <integer name="config_dynamic_grid_max_long_edge_cell_count">6</integer> |
| 4 | <integer name="config_dynamic_grid_max_short_edge_cell_count">5</integer> |
| 5 | <integer name="config_dynamic_grid_min_edge_cell_count">3</integer> |
Winson Chung | c82d262 | 2013-11-06 13:23:29 -0800 | [diff] [blame] | 6 | <!-- Out of 100, the percent of space the overview bar should try and take vertically. --> |
| 7 | <integer name="config_dynamic_grid_overview_icon_zone_percentage">20</integer> |
| 8 | <!-- Out of 100, the percent to shrink the workspace during overview mode. --> |
| 9 | <integer name="config_dynamic_grid_overview_scale_percentage">80</integer> |
Winson Chung | 67ca7e4 | 2013-10-31 16:53:19 -0700 | [diff] [blame] | 10 | |
| 11 | <!-- Miscellaneous --> |
Adam Cohen | 56901eb | 2011-07-25 14:54:22 -0700 | [diff] [blame] | 12 | <bool name="config_largeHeap">false</bool> |
Winson Chung | 5f8afe6 | 2013-08-12 16:19:28 -0700 | [diff] [blame] | 13 | <bool name="is_tablet">false</bool> |
| 14 | <bool name="is_large_tablet">false</bool> |
Adam Cohen | cb3f98e | 2012-04-24 14:24:35 -0700 | [diff] [blame] | 15 | <bool name="allow_rotation">false</bool> |
Winson Chung | a62e9fd | 2011-07-11 15:20:48 -0700 | [diff] [blame] | 16 | |
Winson Chung | 5bc865e | 2013-07-18 15:18:25 -0700 | [diff] [blame] | 17 | <!-- Max number of page indicators to show --> |
| 18 | <integer name="config_maxNumberOfPageIndicatorsToShow">21</integer> |
| 19 | |
Sunny Goyal | 0fc1be1 | 2014-08-11 17:05:23 -0700 | [diff] [blame] | 20 | <!-- App data backup and restore. To enble backup, register with an android backup service. |
| 21 | http://developer.android.com/guide/topics/data/backup.html#BackupKey --> |
| 22 | <bool name="enable_backup">false</bool> |
| 23 | |
Winson Chung | 6e1bdaf | 2012-05-29 17:03:45 -0700 | [diff] [blame] | 24 | <!-- DragController --> |
| 25 | <integer name="config_flingToDeleteMinVelocity">-1500</integer> |
| 26 | |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 27 | <!-- AllApps/Customize/AppsCustomize --> |
Winson Chung | 557d6ed | 2011-07-08 15:34:52 -0700 | [diff] [blame] | 28 | <!-- The alpha of the AppsCustomize bg in spring loaded mode --> |
Adam Cohen | 6c5891a | 2014-07-09 23:53:15 -0700 | [diff] [blame] | 29 | <integer name="config_workspaceScrimAlpha">55</integer> |
Winson Chung | 6a3fd3f | 2011-08-02 14:03:26 -0700 | [diff] [blame] | 30 | <integer name="config_workspaceUnshrinkTime">300</integer> |
Adam Cohen | fa2450a | 2013-10-11 18:20:27 -0700 | [diff] [blame] | 31 | <integer name="config_overviewTransitionTime">250</integer> |
| 32 | |
Winson Chung | b26f3d6 | 2011-06-02 10:49:29 -0700 | [diff] [blame] | 33 | <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. --> |
| 34 | <integer name="config_workspaceSpringLoadShrinkPercentage">80</integer> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 35 | |
| 36 | <!-- Fade/zoom in/out duration & scale in the AllApps transition. |
| 37 | Note: This should be less than the workspaceShrinkTime as they happen together. --> |
Adam Cohen | 9bfdb76 | 2014-07-21 17:44:06 -0700 | [diff] [blame] | 38 | <integer name="config_appsCustomizeRevealTime">220</integer> |
Adam Cohen | 7777d96 | 2011-08-18 18:58:38 -0700 | [diff] [blame] | 39 | <integer name="config_appsCustomizeWorkspaceShrinkTime">300</integer> |
Adam Cohen | 63f1ec0 | 2014-08-12 09:23:13 -0700 | [diff] [blame] | 40 | |
| 41 | <integer name="config_appsCustomizeConcealTime">250</integer> |
| 42 | <integer name="config_appsCustomizeItemsAlphaStagger">60</integer> |
| 43 | |
| 44 | <!-- This constant stores the ratio of the all apps button drawable which |
| 45 | is used for internal (baked-in) padding --> |
| 46 | <integer name="config_allAppsButtonPaddingPercent">17</integer> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 47 | |
Adam Cohen | 9efb412 | 2013-06-06 21:35:12 -0700 | [diff] [blame] | 48 | <integer name="config_workspaceDefaultScreen">0</integer> |
| 49 | |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 50 | <!-- Tab transition animation duration --> |
Winson Chung | f8742be | 2011-08-22 16:19:31 -0700 | [diff] [blame] | 51 | <integer name="config_tabTransitionDuration">250</integer> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 52 | |
| 53 | <!-- The slope, in percent, of the drag movement needed to drag an item out of |
| 54 | AppsCustomize (y / x * 100%) --> |
| 55 | <integer name="config_appsCustomizeDragSlopeThreshold">150</integer> |
| 56 | |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 57 | <!-- Workspace --> |
Winson Chung | a62e9fd | 2011-07-11 15:20:48 -0700 | [diff] [blame] | 58 | <!-- Whether or not the drop targets drop down as opposed to fade in --> |
Winson Chung | 5f8afe6 | 2013-08-12 16:19:28 -0700 | [diff] [blame] | 59 | <bool name="config_useDropTargetDownTransition">false</bool> |
Winson Chung | a62e9fd | 2011-07-11 15:20:48 -0700 | [diff] [blame] | 60 | |
Winson Chung | 61fa419 | 2011-06-12 15:15:29 -0700 | [diff] [blame] | 61 | <!-- The transition duration for the background of the drop targets --> |
Winson Chung | 043f2af | 2012-03-01 16:09:54 -0800 | [diff] [blame] | 62 | <integer name="config_dropTargetBgTransitionDuration">0</integer> |
Winson Chung | 61fa419 | 2011-06-12 15:15:29 -0700 | [diff] [blame] | 63 | |
Patrick Dubroy | 046e7eb | 2010-10-06 12:14:43 -0700 | [diff] [blame] | 64 | <!-- The duration (in ms) of the fade animation on the object outlines, used when |
| 65 | we are dragging objects around on the home screen. --> |
| 66 | <integer name="config_dragOutlineFadeTime">900</integer> |
| 67 | |
| 68 | <!-- 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] | 69 | <integer name="config_dragOutlineMaxAlpha">128</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 70 | |
| 71 | <!-- Parameters controlling the animation for when an item is dropped on the home screen, |
| 72 | and it animates from its old position to the new one. --> |
Winson Chung | 61b0c69 | 2012-02-23 16:31:13 -0800 | [diff] [blame] | 73 | <integer name="config_dropAnimMinDuration">100</integer> |
Adam Cohen | 8dfcba4 | 2011-07-07 16:38:18 -0700 | [diff] [blame] | 74 | <integer name="config_dropAnimMaxDuration">500</integer> |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 75 | |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 76 | <!-- The duration of the UserFolder opening and closing animation --> |
Adam Cohen | c4fe9ea | 2014-08-18 18:54:10 -0700 | [diff] [blame] | 77 | <integer name="config_folderExpandDuration">120</integer> |
| 78 | <integer name="config_materialFolderExpandDuration">200</integer> |
| 79 | <integer name="config_materialFolderExpandStagger">60</integer> |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 80 | |
Patrick Dubroy | ce34a97 | 2010-10-19 10:34:32 -0700 | [diff] [blame] | 81 | <!-- The distance at which the animation should take the max duration --> |
| 82 | <integer name="config_dropAnimMaxDist">800</integer> |
Adam Lesinski | 2a898a0 | 2010-12-09 21:04:15 -0800 | [diff] [blame] | 83 | |
Winson Chung | 867ca62 | 2012-02-21 15:48:35 -0800 | [diff] [blame] | 84 | <!-- Properties controlling the workspace fade-out during dragging --> |
| 85 | <integer name="config_dragFadeOutAlpha">80</integer> |
| 86 | <integer name="config_dragFadeOutDuration">250</integer> |
| 87 | |
Winson Chung | 0e721a4 | 2012-08-02 17:40:30 -0700 | [diff] [blame] | 88 | <!-- Hotseat --> |
| 89 | <bool name="hotseat_transpose_layout_with_orientation">true</bool> |
Daniel Sandler | a127b7a | 2013-06-17 14:25:46 -0400 | [diff] [blame] | 90 | |
| 91 | <!-- Memory debugging, including a memory dump icon --> |
Daniel Sandler | 826420b | 2013-08-23 00:45:46 -0400 | [diff] [blame] | 92 | <bool name="debug_memory_enabled">false</bool> |
Bjorn Bringert | 1307f63 | 2013-10-03 22:31:03 +0100 | [diff] [blame] | 93 | |
| 94 | <!-- Name of a subclass of com.android.launcher3.AppFilter used to |
| 95 | filter the activities shown in the launcher. Can be empty. --> |
| 96 | <string name="app_filter_class" translatable="false"></string> |
| 97 | |
Nilesh Agrawal | 16f3ea8 | 2014-01-09 17:14:01 -0800 | [diff] [blame] | 98 | <!-- Name of a subclass of com.android.launcher3.BuildInfo used to |
| 99 | get build information. Can be empty. --> |
| 100 | <string name="build_info_class" translatable="false"></string> |
Sunny Goyal | 71b5c0b | 2015-01-08 16:59:04 -0800 | [diff] [blame] | 101 | |
| 102 | <!-- Accessibility actions --> |
| 103 | <item type="id" name="action_remove" /> |
| 104 | <item type="id" name="action_uninstall" /> |
| 105 | <item type="id" name="action_info" /> |
| 106 | <item type="id" name="action_add_to_workspace" /> |
Adam Cohen | c9735cf | 2015-01-23 16:11:55 -0800 | [diff] [blame^] | 107 | <item type="id" name="action_move" /> |
Daniel Sandler | 388f679 | 2010-03-02 14:08:08 -0500 | [diff] [blame] | 108 | </resources> |