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