blob: a467a5cccd8c86f0e6bf585f3fec9e2b78efc0af [file] [log] [blame]
Daniel Sandler388f6792010-03-02 14:08:08 -05001<resources>
Winson Chung67ca7e42013-10-31 16:53:19 -07002<!-- Dynamic Grid -->
Winson Chungc82d2622013-11-06 13:23:29 -08003 <!-- 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>
Winson Chung67ca7e42013-10-31 16:53:19 -07005
6<!-- Miscellaneous -->
Adam Cohen56901eb2011-07-25 14:54:22 -07007 <bool name="config_largeHeap">false</bool>
Winson Chung5f8afe62013-08-12 16:19:28 -07008 <bool name="is_tablet">false</bool>
9 <bool name="is_large_tablet">false</bool>
Adam Cohencb3f98e2012-04-24 14:24:35 -070010 <bool name="allow_rotation">false</bool>
Winson Chunga62e9fd2011-07-11 15:20:48 -070011
Sunny Goyal112ce422016-08-22 16:45:29 -070012 <!-- A string pointer to the original app name string. This allows derived projects to
13 easily override the app name without providing all translations -->
14 <string name="derived_app_name" translatable="false">@string/app_name</string>
15
Sunny Goyal161f96b2017-05-07 11:56:00 -070016 <!-- String representing the intent for search on the apps market. To specify a query, add
17 q=<query> to the data to the intent -->
18 <string name="market_search_intent" translatable="false">market://search?c=apps</string>
19
Sunny Goyalca187462017-03-31 20:09:34 -070020 <!-- Values for icon shape overrides. These should correspond to entries defined
21 in icon_shape_override_paths_names -->
Sunny Goyal9d9dbcb2017-05-25 16:43:19 +000022 <string-array translatable="false" name="icon_shape_override_paths_values">
Sunny Goyalca187462017-03-31 20:09:34 -070023 <item></item>
Sunny Goyal9d9dbcb2017-05-25 16:43:19 +000024 <item>M50,0L100,0 100,100 0,100 0,0z</item>
25 <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>
26 <item>M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0</item>
27 <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>
Sunny Goyalca187462017-03-31 20:09:34 -070028 </string-array>
29
Sunny Goyal9d9dbcb2017-05-25 16:43:19 +000030 <string-array translatable="false" name="icon_shape_override_paths_names">
Sunny Goyalca187462017-03-31 20:09:34 -070031 <!-- Option to not change the icon shape on home screen. [CHAR LIMIT=50] -->
Sunny Goyale7539e92017-05-15 12:15:57 -070032 <item>@string/icon_shape_system_default</item>
Sunny Goyal9d9dbcb2017-05-25 16:43:19 +000033 <item>@string/icon_shape_square</item>
34 <item>@string/icon_shape_squircle</item>
35 <item>@string/icon_shape_circle</item>
36 <item>@string/icon_shape_teardrop</item>
Sunny Goyalca187462017-03-31 20:09:34 -070037 </string-array>
Sunny Goyal9d9dbcb2017-05-25 16:43:19 +000038
Winson Chung6e1bdaf2012-05-29 17:03:45 -070039<!-- DragController -->
Sunny Goyal58376922015-05-26 18:56:52 -070040 <item type="id" name="drag_event_parity" />
Winson Chung6e1bdaf2012-05-29 17:03:45 -070041
Winson Chung5f4e0fd2015-05-22 11:12:27 -070042<!-- AllApps & Launcher transitions -->
Winson Chung557d6ed2011-07-08 15:34:52 -070043 <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
Tony Wickhame0c33232016-02-08 11:37:04 -080044 <integer name="config_workspaceScrimAlpha">30</integer>
Winson Chung5f4e0fd2015-05-22 11:12:27 -070045 <integer name="config_allAppsTransitionTime">100</integer>
Adam Cohenfa2450a2013-10-11 18:20:27 -070046 <integer name="config_overviewTransitionTime">250</integer>
47
Winson Chungb26f3d62011-06-02 10:49:29 -070048 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
Tony Wickhame0c33232016-02-08 11:37:04 -080049 <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
Winson Chung4f7eb402015-07-10 18:00:48 -070050 <!-- Out of 100, the percent to shrink the workspace during overview mode. -->
51 <integer name="config_workspaceOverviewShrinkPercentage">70</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070052
Winson Chung5f4e0fd2015-05-22 11:12:27 -070053 <!-- Fade/zoom in/out duration & scale in a Launcher overlay transition.
54 Note: This should be less than the config_overlayTransitionTime as they happen together. -->
55 <integer name="config_overlayRevealTime">220</integer>
Hyunyoung Songe3876e82016-07-27 11:54:02 -070056 <integer name="config_overlaySlideRevealTime">320</integer>
Winson Chung5f4e0fd2015-05-22 11:12:27 -070057 <integer name="config_overlayTransitionTime">300</integer>
58 <integer name="config_overlayItemsAlphaStagger">60</integer>
Adam Cohen63f1ec02014-08-12 09:23:13 -070059
60 <!-- This constant stores the ratio of the all apps button drawable which
61 is used for internal (baked-in) padding -->
62 <integer name="config_allAppsButtonPaddingPercent">17</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070063
Sunny Goyal50245032016-07-13 14:24:18 -070064 <!-- The duration of the animation from search hint to text entry -->
65 <integer name="config_searchHintAnimationDuration">50</integer>
66
Winson Chung785d2eb2011-04-14 16:08:02 -070067<!-- Workspace -->
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070068 <!-- The duration (in ms) of the fade animation on the object outlines, used when
69 we are dragging objects around on the home screen. -->
70 <integer name="config_dragOutlineFadeTime">900</integer>
71
72 <!-- The alpha value at which to show the most recent drop visualization outline. -->
Joe Onorato4be866d2010-10-10 11:26:02 -070073 <integer name="config_dragOutlineMaxAlpha">128</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070074
75 <!-- Parameters controlling the animation for when an item is dropped on the home screen,
76 and it animates from its old position to the new one. -->
Winson Chung61b0c692012-02-23 16:31:13 -080077 <integer name="config_dropAnimMinDuration">100</integer>
Adam Cohen8dfcba42011-07-07 16:38:18 -070078 <integer name="config_dropAnimMaxDuration">500</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070079
Adam Cohen7f4eabe2011-04-21 16:19:16 -070080 <!-- The duration of the UserFolder opening and closing animation -->
Adam Cohenc4fe9ea2014-08-18 18:54:10 -070081 <integer name="config_folderExpandDuration">120</integer>
82 <integer name="config_materialFolderExpandDuration">200</integer>
83 <integer name="config_materialFolderExpandStagger">60</integer>
Jon Mirandace74d2a2017-03-23 10:17:55 -070084 <integer name="config_folderDelay">30</integer>
Adam Cohen7f4eabe2011-04-21 16:19:16 -070085
Patrick Dubroyce34a972010-10-19 10:34:32 -070086 <!-- The distance at which the animation should take the max duration -->
87 <integer name="config_dropAnimMaxDist">800</integer>
Adam Lesinski2a898a02010-12-09 21:04:15 -080088
Peter Schillera30b51c2016-07-13 14:04:13 -070089 <!-- The duration of the caret animation -->
90 <integer name="config_caretAnimationDuration">200</integer>
91
Winson Chung0e721a42012-08-02 17:40:30 -070092<!-- Hotseat -->
93 <bool name="hotseat_transpose_layout_with_orientation">true</bool>
Daniel Sandlera127b7a2013-06-17 14:25:46 -040094
Bjorn Bringert1307f632013-10-03 22:31:03 +010095 <!-- Name of a subclass of com.android.launcher3.AppFilter used to
96 filter the activities shown in the launcher. Can be empty. -->
97 <string name="app_filter_class" translatable="false"></string>
98
Annie Chin17f85952016-03-24 17:12:30 -070099 <!-- Name of an icon provider class. -->
100 <string name="icon_provider_class" translatable="false"></string>
101
Sunny Goyal55cb70b2016-11-12 09:58:29 -0800102 <!-- Name of a drawable factory class. -->
103 <string name="drawable_factory_class" translatable="false"></string>
104
Sunny Goyala535ae42017-02-27 10:07:13 -0800105 <!-- Name of a user event dispatcher class. -->
106 <string name="user_event_dispatcher_class" translatable="false"></string>
107
Sunny Goyal04cc3a72016-05-17 10:32:43 -0700108 <!-- Package name of the default wallpaper picker. -->
109 <string name="wallpaper_picker_package" translatable="false"></string>
110
Sunny Goyalebfae6e2015-08-27 15:30:25 -0700111 <!-- View ID to use for QSB widget -->
112 <item type="id" name="qsb_widget" />
113
Sunny Goyal6178f132016-07-11 17:30:03 -0700114 <!-- View ID to use for blocked area on the first screen -->
115 <item type="id" name="workspace_blocked_row" />
116
Sunny Goyale2fd14b2015-08-27 17:45:46 -0700117 <!-- View ID used by cell layout to jail its content -->
118 <item type="id" name="cell_layout_jail_id" />
119
Sunny Goyal740ac7f2016-09-28 16:47:32 -0700120 <!-- View ID used by PreviewImageView to cache its instance -->
121 <item type="id" name="preview_image_id" />
122
Tony Wickham9438ed42017-01-20 09:38:25 -0800123<!-- Popup items -->
Sunny Goyala2454ad2016-07-22 10:50:11 -0700124 <integer name="config_deepShortcutOpenDuration">220</integer>
Tony Wickhamb318c0e2016-09-20 16:15:13 -0700125 <integer name="config_deepShortcutArrowOpenDuration">80</integer>
Sunny Goyala2454ad2016-07-22 10:50:11 -0700126 <integer name="config_deepShortcutOpenStagger">40</integer>
127 <integer name="config_deepShortcutCloseDuration">150</integer>
128 <integer name="config_deepShortcutCloseStagger">20</integer>
Tony Wickham9438ed42017-01-20 09:38:25 -0800129 <integer name="config_removeNotificationViewDuration">300</integer>
Tony Wickham8f58e612016-07-15 17:23:07 -0700130
Sunny Goyal71b5c0b2015-01-08 16:59:04 -0800131<!-- Accessibility actions -->
132 <item type="id" name="action_remove" />
133 <item type="id" name="action_uninstall" />
134 <item type="id" name="action_info" />
135 <item type="id" name="action_add_to_workspace" />
Adam Cohenc9735cf2015-01-23 16:11:55 -0800136 <item type="id" name="action_move" />
Sunny Goyal9ae77772015-04-29 16:30:23 -0700137 <item type="id" name="action_move_to_workspace" />
Sunny Goyal1d08f702015-05-04 15:50:25 -0700138 <item type="id" name="action_move_screen_backwards" />
139 <item type="id" name="action_move_screen_forwards" />
Sunny Goyal9ca9c132015-04-29 14:57:22 -0700140 <item type="id" name="action_resize" />
Sunny Goyal3ffa64d2016-07-25 13:54:32 -0700141 <item type="id" name="action_deep_shortcuts" />
Tony18c4aa42017-05-10 21:23:57 -0500142 <item type="id" name="action_dismiss_notification" />
Daniel Sandler388f6792010-03-02 14:08:08 -0500143</resources>