config.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <resources>
  2. <!-- Miscellaneous -->
  3. <bool name="config_largeHeap">false</bool>
  4. <bool name="is_tablet">false</bool>
  5. <bool name="is_large_tablet">false</bool>
  6. <bool name="allow_rotation">false</bool>
  7. <integer name="extracted_color_gradient_alpha">153</integer>
  8. <!-- A string pointer to the original app name string. This allows derived projects to
  9. easily override the app name without providing all translations -->
  10. <string name="derived_app_name" translatable="false">@string/app_name</string>
  11. <!-- String representing the intent for search on the apps market. To specify a query, add
  12. q=<query> to the data to the intent -->
  13. <string name="market_search_intent" translatable="false">market://search?c=apps</string>
  14. <!-- String representing the intent to delete a package.-->
  15. <string name="delete_package_intent" translatable="false">#Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;end</string>
  16. <!-- String representing the fragment class for settings activity.-->
  17. <string name="settings_fragment_name" translatable="false">com.android.launcher3.settings.SettingsActivity$LauncherSettingsFragment</string>
  18. <!-- DragController -->
  19. <item type="id" name="drag_event_parity" />
  20. <!-- AllApps & Launcher transitions -->
  21. <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
  22. <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
  23. <!-- The duration of the animation from search hint to text entry -->
  24. <integer name="config_searchHintAnimationDuration">50</integer>
  25. <!-- View tag key used to store SpringAnimation data. -->
  26. <item type="id" name="spring_animation_tag" />
  27. <!-- Workspace -->
  28. <!-- The duration (in ms) of the fade animation on the object outlines, used when
  29. we are dragging objects around on the home screen. -->
  30. <integer name="config_dragOutlineFadeTime">900</integer>
  31. <!-- The alpha value at which to show the most recent drop visualization outline. -->
  32. <integer name="config_dragOutlineMaxAlpha">128</integer>
  33. <!-- Parameters controlling the animation for when an item is dropped on the home screen,
  34. and it animates from its old position to the new one. -->
  35. <integer name="config_dropAnimMinDuration">100</integer>
  36. <integer name="config_dropAnimMaxDuration">500</integer>
  37. <!-- The duration of the UserFolder opening and closing animation -->
  38. <integer name="config_materialFolderExpandDuration">200</integer>
  39. <integer name="config_folderDelay">30</integer>
  40. <!-- The distance at which the animation should take the max duration -->
  41. <integer name="config_dropAnimMaxDist">800</integer>
  42. <!-- The duration of the caret animation -->
  43. <integer name="config_caretAnimationDuration">200</integer>
  44. <!-- Hotseat -->
  45. <bool name="hotseat_transpose_layout_with_orientation">true</bool>
  46. <!-- Various classes overriden by projects/build flavors. -->
  47. <string name="app_filter_class" translatable="false"></string>
  48. <string name="icon_provider_class" translatable="false"></string>
  49. <string name="drawable_factory_class" translatable="false"></string>
  50. <string name="user_event_dispatcher_class" translatable="false"></string>
  51. <string name="stats_log_manager_class" translatable="false"></string>
  52. <string name="app_transition_manager_class" translatable="false"></string>
  53. <string name="instant_app_resolver_class" translatable="false"></string>
  54. <string name="main_process_initializer_class" translatable="false"></string>
  55. <string name="system_shortcut_factory_class" translatable="false"></string>
  56. <string name="app_launch_tracker_class" translatable="false"></string>
  57. <string name="test_information_handler_class" translatable="false"></string>
  58. <!-- Package name of the default wallpaper picker. -->
  59. <string name="wallpaper_picker_package" translatable="false"></string>
  60. <!-- Whitelisted package to retrieve packagename for badge. Can be empty. -->
  61. <string name="shortcutinfo_badgepkg_whitelist" translatable="false"></string>
  62. <!-- View ID to use for QSB widget -->
  63. <item type="id" name="qsb_widget" />
  64. <!-- View ID used by cell layout to jail its content -->
  65. <item type="id" name="cell_layout_jail_id" />
  66. <!-- View IDs to store item highlight information -->
  67. <item type="id" name="view_unhighlight_background" />
  68. <!-- Menu id for feature flags -->
  69. <item type="id" name="menu_apply_flags" />
  70. <!-- Popup items -->
  71. <integer name="config_popupOpenCloseDuration">150</integer>
  72. <integer name="config_popupArrowOpenCloseDuration">40</integer>
  73. <integer name="config_removeNotificationViewDuration">300</integer>
  74. <!-- Accessibility actions -->
  75. <item type="id" name="action_remove" />
  76. <item type="id" name="action_uninstall" />
  77. <item type="id" name="action_reconfigure" />
  78. <item type="id" name="action_add_to_workspace" />
  79. <item type="id" name="action_move" />
  80. <item type="id" name="action_move_to_workspace" />
  81. <item type="id" name="action_move_screen_backwards" />
  82. <item type="id" name="action_move_screen_forwards" />
  83. <item type="id" name="action_resize" />
  84. <item type="id" name="action_deep_shortcuts" />
  85. <item type="id" name="action_shortcuts_and_notifications"/>
  86. <item type="id" name="action_dismiss_notification" />
  87. <item type="id" name="action_remote_action_shortcut" />
  88. <!-- QSB IDs. DO not change -->
  89. <item type="id" name="search_container_workspace" />
  90. <item type="id" name="search_container_all_apps" />
  91. <!-- Recents -->
  92. <item type="id" name="overview_panel"/>
  93. </resources>