config.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <resources>
  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>
  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>
  10. <!-- Miscellaneous -->
  11. <bool name="config_largeHeap">false</bool>
  12. <bool name="is_tablet">false</bool>
  13. <bool name="is_large_tablet">false</bool>
  14. <bool name="allow_rotation">false</bool>
  15. <!-- Max number of page indicators to show -->
  16. <integer name="config_maxNumberOfPageIndicatorsToShow">21</integer>
  17. <!-- App data backup and restore. To enble backup, register with an android backup service.
  18. http://developer.android.com/guide/topics/data/backup.html#BackupKey -->
  19. <bool name="enable_backup">false</bool>
  20. <!-- DragController -->
  21. <integer name="config_flingToDeleteMinVelocity">-1500</integer>
  22. <!-- AllApps/Customize/AppsCustomize -->
  23. <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
  24. <integer name="config_workspaceScrimAlpha">55</integer>
  25. <integer name="config_workspaceUnshrinkTime">300</integer>
  26. <integer name="config_overviewTransitionTime">250</integer>
  27. <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
  28. <integer name="config_workspaceSpringLoadShrinkPercentage">80</integer>
  29. <!-- Fade/zoom in/out duration & scale in the AllApps transition.
  30. Note: This should be less than the workspaceShrinkTime as they happen together. -->
  31. <integer name="config_appsCustomizeRevealTime">220</integer>
  32. <integer name="config_appsCustomizeZoomInTime">350</integer>
  33. <integer name="config_appsCustomizeZoomOutTime">600</integer>
  34. <integer name="config_appsCustomizeZoomScaleFactor">7</integer>
  35. <integer name="config_appsCustomizeFadeInTime">250</integer>
  36. <integer name="config_appsCustomizeFadeOutTime">200</integer>
  37. <integer name="config_appsCustomizeWorkspaceShrinkTime">300</integer>
  38. <integer name="config_appsCustomizeConcealTime">250</integer>
  39. <integer name="config_appsCustomizeItemsAlphaStagger">60</integer>
  40. <!-- This constant stores the ratio of the all apps button drawable which
  41. is used for internal (baked-in) padding -->
  42. <integer name="config_allAppsButtonPaddingPercent">17</integer>
  43. <integer name="config_workspaceDefaultScreen">0</integer>
  44. <!-- Tab transition animation duration -->
  45. <integer name="config_tabTransitionDuration">250</integer>
  46. <!-- The slope, in percent, of the drag movement needed to drag an item out of
  47. AppsCustomize (y / x * 100%) -->
  48. <integer name="config_appsCustomizeDragSlopeThreshold">150</integer>
  49. <!-- Workspace -->
  50. <!-- Whether or not the drop targets drop down as opposed to fade in -->
  51. <bool name="config_useDropTargetDownTransition">false</bool>
  52. <!-- The transition duration for the background of the drop targets -->
  53. <integer name="config_dropTargetBgTransitionDuration">0</integer>
  54. <!-- The duration (in ms) of the fade animation on the object outlines, used when
  55. we are dragging objects around on the home screen. -->
  56. <integer name="config_dragOutlineFadeTime">900</integer>
  57. <!-- The alpha value at which to show the most recent drop visualization outline. -->
  58. <integer name="config_dragOutlineMaxAlpha">128</integer>
  59. <!-- Parameters controlling the animation for when an item is dropped on the home screen,
  60. and it animates from its old position to the new one. -->
  61. <integer name="config_dropAnimMinDuration">100</integer>
  62. <integer name="config_dropAnimMaxDuration">500</integer>
  63. <!-- The duration of the UserFolder opening and closing animation -->
  64. <integer name="config_folderExpandDuration">120</integer>
  65. <integer name="config_materialFolderExpandDuration">200</integer>
  66. <integer name="config_materialFolderExpandStagger">60</integer>
  67. <!-- The distance at which the animation should take the max duration -->
  68. <integer name="config_dropAnimMaxDist">800</integer>
  69. <!-- Properties controlling the workspace fade-out during dragging -->
  70. <integer name="config_dragFadeOutAlpha">80</integer>
  71. <integer name="config_dragFadeOutDuration">250</integer>
  72. <!-- Camera distance for the overscroll effect -->
  73. <integer name="config_cameraDistance">8000</integer>
  74. <!-- Hotseat -->
  75. <bool name="hotseat_transpose_layout_with_orientation">true</bool>
  76. <!-- Memory debugging, including a memory dump icon -->
  77. <bool name="debug_memory_enabled">false</bool>
  78. <!-- Name of a subclass of com.android.launcher3.AppFilter used to
  79. filter the activities shown in the launcher. Can be empty. -->
  80. <string name="app_filter_class" translatable="false"></string>
  81. <!-- Name of a subclass of com.android.launcher3.BuildInfo used to
  82. get build information. Can be empty. -->
  83. <string name="build_info_class" translatable="false"></string>
  84. </resources>