config.xml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. <!-- Values for icon shape overrides. These should correspond to entries defined
  17. in icon_shape_override_paths_names -->
  18. <string-array translatable="false" name="icon_shape_override_paths_values">
  19. <item></item>
  20. <item>M50,0L100,0 100,100 0,100 0,0z</item>
  21. <item>M50,0 C10,0 0,10 0,50 0,90 10,100 50,100 90,100 100,90 100,50 100,10 90,0 50,0 Z</item>
  22. <item>M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0</item>
  23. <item>M50,0A50,50,0,0 1 100,50 L100,85 A15,15,0,0 1 85,100 L50,100 A50,50,0,0 1 50,0z</item>
  24. </string-array>
  25. <string-array translatable="false" name="icon_shape_override_paths_names">
  26. <!-- Option to not change the icon shape on home screen. [CHAR LIMIT=50] -->
  27. <item>@string/icon_shape_system_default</item>
  28. <item>@string/icon_shape_square</item>
  29. <item>@string/icon_shape_squircle</item>
  30. <item>@string/icon_shape_circle</item>
  31. <item>@string/icon_shape_teardrop</item>
  32. </string-array>
  33. <!-- DragController -->
  34. <item type="id" name="drag_event_parity" />
  35. <!-- AllApps & Launcher transitions -->
  36. <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
  37. <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
  38. <!-- The duration of the animation from search hint to text entry -->
  39. <integer name="config_searchHintAnimationDuration">50</integer>
  40. <!-- View tag key used to store SpringAnimation data. -->
  41. <item type="id" name="spring_animation_tag" />
  42. <!-- Workspace -->
  43. <!-- The duration (in ms) of the fade animation on the object outlines, used when
  44. we are dragging objects around on the home screen. -->
  45. <integer name="config_dragOutlineFadeTime">900</integer>
  46. <!-- The alpha value at which to show the most recent drop visualization outline. -->
  47. <integer name="config_dragOutlineMaxAlpha">128</integer>
  48. <!-- Parameters controlling the animation for when an item is dropped on the home screen,
  49. and it animates from its old position to the new one. -->
  50. <integer name="config_dropAnimMinDuration">100</integer>
  51. <integer name="config_dropAnimMaxDuration">500</integer>
  52. <!-- The duration of the UserFolder opening and closing animation -->
  53. <integer name="config_materialFolderExpandDuration">200</integer>
  54. <integer name="config_folderDelay">30</integer>
  55. <!-- The distance at which the animation should take the max duration -->
  56. <integer name="config_dropAnimMaxDist">800</integer>
  57. <!-- The duration of the caret animation -->
  58. <integer name="config_caretAnimationDuration">200</integer>
  59. <!-- Hotseat -->
  60. <bool name="hotseat_transpose_layout_with_orientation">true</bool>
  61. <!-- Name of a subclass of com.android.launcher3.AppFilter used to
  62. filter the activities shown in the launcher. Can be empty. -->
  63. <string name="app_filter_class" translatable="false"></string>
  64. <!-- Name of an icon provider class. -->
  65. <string name="icon_provider_class" translatable="false"></string>
  66. <!-- Name of a drawable factory class. -->
  67. <string name="drawable_factory_class" translatable="false"></string>
  68. <!-- Name of a user event dispatcher class. -->
  69. <string name="user_event_dispatcher_class" translatable="false"></string>
  70. <!-- Name of an app transition manager class. -->
  71. <string name="app_transition_manager_class" translatable="false"></string>
  72. <!-- Name of a color extraction implementation class. -->
  73. <string name="color_extraction_impl_class" translatable="false"></string>
  74. <!-- Name of a subclass of com.android.launcher3.util.InstantAppResolver. Can be empty. -->
  75. <string name="instant_app_resolver_class" translatable="false"></string>
  76. <!-- Name of a main process initializer class. -->
  77. <string name="main_process_initializer_class" translatable="false"></string>
  78. <!-- Package name of the default wallpaper picker. -->
  79. <string name="wallpaper_picker_package" translatable="false"></string>
  80. <!-- Whitelisted package to retrieve packagename for badge. Can be empty. -->
  81. <string name="shortcutinfocompat_badgepkg_whitelist" translatable="false"></string>
  82. <!-- View ID to use for QSB widget -->
  83. <item type="id" name="qsb_widget" />
  84. <!-- View ID used by cell layout to jail its content -->
  85. <item type="id" name="cell_layout_jail_id" />
  86. <!-- Tag id used for view scrim -->
  87. <item type="id" name="view_scrim" />
  88. <!-- View IDs to store item highlight information -->
  89. <item type="id" name="view_unhighlight_background" />
  90. <item type="id" name="view_highlighted" />
  91. <!-- Popup items -->
  92. <integer name="config_popupOpenCloseDuration">150</integer>
  93. <integer name="config_popupArrowOpenDuration">80</integer>
  94. <integer name="config_removeNotificationViewDuration">300</integer>
  95. <!-- Accessibility actions -->
  96. <item type="id" name="action_remove" />
  97. <item type="id" name="action_uninstall" />
  98. <item type="id" name="action_reconfigure" />
  99. <item type="id" name="action_add_to_workspace" />
  100. <item type="id" name="action_move" />
  101. <item type="id" name="action_move_to_workspace" />
  102. <item type="id" name="action_move_screen_backwards" />
  103. <item type="id" name="action_move_screen_forwards" />
  104. <item type="id" name="action_resize" />
  105. <item type="id" name="action_deep_shortcuts" />
  106. <item type="id" name="action_shortcuts_and_notifications"/>
  107. <item type="id" name="action_dismiss_notification" />
  108. <!-- QSB IDs. DO not change -->
  109. <item type="id" name="search_container_workspace" />
  110. <item type="id" name="search_container_hotseat" />
  111. <item type="id" name="search_container_all_apps" />
  112. <!-- Recents -->
  113. <item type="id" name="overview_panel"/>
  114. <integer name="config_recentsMaxThumbnailCacheSize">6</integer>
  115. <integer name="config_recentsMaxIconCacheSize">12</integer>
  116. </resources>