config.xml 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <resources>
  2. <!-- Dynamic Grid -->
  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>
  5. <!-- Miscellaneous -->
  6. <bool name="config_largeHeap">false</bool>
  7. <bool name="is_tablet">false</bool>
  8. <bool name="is_large_tablet">false</bool>
  9. <bool name="allow_rotation">false</bool>
  10. <!-- Max number of page indicators to show -->
  11. <integer name="config_maxNumberOfPageIndicatorsToShow">21</integer>
  12. <!-- App data backup and restore. To enble backup, register with an android backup service.
  13. http://developer.android.com/guide/topics/data/backup.html#BackupKey -->
  14. <bool name="enable_backup">false</bool>
  15. <!-- DragController -->
  16. <integer name="config_flingToDeleteMinVelocity">-1500</integer>
  17. <item type="id" name="drag_event_parity" />
  18. <!-- AllApps & Launcher transitions -->
  19. <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
  20. <integer name="config_workspaceScrimAlpha">55</integer>
  21. <integer name="config_allAppsTransitionTime">100</integer>
  22. <integer name="config_overviewTransitionTime">250</integer>
  23. <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
  24. <integer name="config_workspaceSpringLoadShrinkPercentage">80</integer>
  25. <!-- Out of 100, the percent to shrink the workspace during overview mode. -->
  26. <integer name="config_workspaceOverviewShrinkPercentage">70</integer>
  27. <!-- Fade/zoom in/out duration & scale in a Launcher overlay transition.
  28. Note: This should be less than the config_overlayTransitionTime as they happen together. -->
  29. <integer name="config_overlayRevealTime">220</integer>
  30. <integer name="config_overlayTransitionTime">300</integer>
  31. <integer name="config_overlayItemsAlphaStagger">60</integer>
  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>
  35. <integer name="config_workspaceDefaultScreen">0</integer>
  36. <!-- Workspace -->
  37. <!-- The duration (in ms) of the fade animation on the object outlines, used when
  38. we are dragging objects around on the home screen. -->
  39. <integer name="config_dragOutlineFadeTime">900</integer>
  40. <!-- The alpha value at which to show the most recent drop visualization outline. -->
  41. <integer name="config_dragOutlineMaxAlpha">128</integer>
  42. <!-- Parameters controlling the animation for when an item is dropped on the home screen,
  43. and it animates from its old position to the new one. -->
  44. <integer name="config_dropAnimMinDuration">100</integer>
  45. <integer name="config_dropAnimMaxDuration">500</integer>
  46. <!-- The duration of the UserFolder opening and closing animation -->
  47. <integer name="config_folderExpandDuration">120</integer>
  48. <integer name="config_materialFolderExpandDuration">200</integer>
  49. <integer name="config_materialFolderExpandStagger">60</integer>
  50. <!-- The distance at which the animation should take the max duration -->
  51. <integer name="config_dropAnimMaxDist">800</integer>
  52. <!-- Hotseat -->
  53. <bool name="hotseat_transpose_layout_with_orientation">true</bool>
  54. <!-- Name of a subclass of com.android.launcher3.AppFilter used to
  55. filter the activities shown in the launcher. Can be empty. -->
  56. <string name="app_filter_class" translatable="false"></string>
  57. <!-- Name of a packages that com.android.launcher3.action.LAUNCH
  58. should be targeting. Can be empty. -->
  59. <string-array name="launch_broadcast_targets" translatable="false"></string-array>
  60. <!-- View ID to use for QSB widget -->
  61. <item type="id" name="qsb_widget" />
  62. <!-- View ID used by cell layout to jail its content -->
  63. <item type="id" name="cell_layout_jail_id" />
  64. <!-- Accessibility actions -->
  65. <item type="id" name="action_remove" />
  66. <item type="id" name="action_uninstall" />
  67. <item type="id" name="action_info" />
  68. <item type="id" name="action_add_to_workspace" />
  69. <item type="id" name="action_move" />
  70. <item type="id" name="action_move_to_workspace" />
  71. <item type="id" name="action_move_screen_backwards" />
  72. <item type="id" name="action_move_screen_forwards" />
  73. <item type="id" name="action_resize" />
  74. </resources>