config.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. <!-- A string pointer to the original app name string. This allows derived projects to
  11. easily override the app name without providing all translations -->
  12. <string name="derived_app_name" translatable="false">@string/app_name</string>
  13. <!-- DragController -->
  14. <item type="id" name="drag_event_parity" />
  15. <!-- AllApps & Launcher transitions -->
  16. <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
  17. <integer name="config_workspaceScrimAlpha">30</integer>
  18. <integer name="config_allAppsTransitionTime">100</integer>
  19. <integer name="config_overviewTransitionTime">250</integer>
  20. <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
  21. <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
  22. <!-- Out of 100, the percent to shrink the workspace during overview mode. -->
  23. <integer name="config_workspaceOverviewShrinkPercentage">70</integer>
  24. <!-- Fade/zoom in/out duration & scale in a Launcher overlay transition.
  25. Note: This should be less than the config_overlayTransitionTime as they happen together. -->
  26. <integer name="config_overlayRevealTime">220</integer>
  27. <integer name="config_overlaySlideRevealTime">320</integer>
  28. <integer name="config_overlayTransitionTime">300</integer>
  29. <integer name="config_overlayItemsAlphaStagger">60</integer>
  30. <!-- This constant stores the ratio of the all apps button drawable which
  31. is used for internal (baked-in) padding -->
  32. <integer name="config_allAppsButtonPaddingPercent">17</integer>
  33. <!-- The duration of the animation from search hint to text entry -->
  34. <integer name="config_searchHintAnimationDuration">50</integer>
  35. <!-- Workspace -->
  36. <!-- The duration (in ms) of the fade animation on the object outlines, used when
  37. we are dragging objects around on the home screen. -->
  38. <integer name="config_dragOutlineFadeTime">900</integer>
  39. <!-- The alpha value at which to show the most recent drop visualization outline. -->
  40. <integer name="config_dragOutlineMaxAlpha">128</integer>
  41. <!-- Parameters controlling the animation for when an item is dropped on the home screen,
  42. and it animates from its old position to the new one. -->
  43. <integer name="config_dropAnimMinDuration">100</integer>
  44. <integer name="config_dropAnimMaxDuration">500</integer>
  45. <!-- The duration of the UserFolder opening and closing animation -->
  46. <integer name="config_folderExpandDuration">120</integer>
  47. <integer name="config_materialFolderExpandDuration">200</integer>
  48. <integer name="config_materialFolderExpandStagger">60</integer>
  49. <!-- The distance at which the animation should take the max duration -->
  50. <integer name="config_dropAnimMaxDist">800</integer>
  51. <!-- The duration of the caret animation -->
  52. <integer name="config_caretAnimationDuration">200</integer>
  53. <!-- Hotseat -->
  54. <bool name="hotseat_transpose_layout_with_orientation">true</bool>
  55. <!-- Name of a subclass of com.android.launcher3.AppFilter used to
  56. filter the activities shown in the launcher. Can be empty. -->
  57. <string name="app_filter_class" translatable="false"></string>
  58. <!-- List of package names that com.android.launcher3.action.LAUNCH
  59. should be targeting. Can be empty. -->
  60. <array name="launch_broadcast_targets" translatable="false"></array>
  61. <!-- Name of an icon provider class. -->
  62. <string name="icon_provider_class" translatable="false"></string>
  63. <!-- Package name of the default wallpaper picker. -->
  64. <string name="wallpaper_picker_package" translatable="false"></string>
  65. <!-- View ID to use for QSB widget -->
  66. <item type="id" name="qsb_widget" />
  67. <!-- View ID to use for blocked area on the first screen -->
  68. <item type="id" name="workspace_blocked_row" />
  69. <!-- View ID used by cell layout to jail its content -->
  70. <item type="id" name="cell_layout_jail_id" />
  71. <!-- Deep shortcuts -->
  72. <integer name="config_deepShortcutOpenDuration">220</integer>
  73. <integer name="config_deepShortcutArrowOpenDuration">80</integer>
  74. <integer name="config_deepShortcutOpenStagger">40</integer>
  75. <integer name="config_deepShortcutCloseDuration">150</integer>
  76. <integer name="config_deepShortcutCloseStagger">20</integer>
  77. <!-- Accessibility actions -->
  78. <item type="id" name="action_remove" />
  79. <item type="id" name="action_uninstall" />
  80. <item type="id" name="action_info" />
  81. <item type="id" name="action_add_to_workspace" />
  82. <item type="id" name="action_move" />
  83. <item type="id" name="action_move_to_workspace" />
  84. <item type="id" name="action_move_screen_backwards" />
  85. <item type="id" name="action_move_screen_forwards" />
  86. <item type="id" name="action_resize" />
  87. <item type="id" name="action_deep_shortcuts" />
  88. </resources>