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