blob: 90df9978746c655771287481f3f39b3938f81647 [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
Winson Chung5bc865e2013-07-18 15:18:25 -070012 <!-- Max number of page indicators to show -->
13 <integer name="config_maxNumberOfPageIndicatorsToShow">21</integer>
14
Sunny Goyal0fc1be12014-08-11 17:05:23 -070015 <!-- App data backup and restore. To enble backup, register with an android backup service.
16 http://developer.android.com/guide/topics/data/backup.html#BackupKey -->
17 <bool name="enable_backup">false</bool>
18
Winson Chung6e1bdaf2012-05-29 17:03:45 -070019<!-- DragController -->
Sunny Goyal58376922015-05-26 18:56:52 -070020 <item type="id" name="drag_event_parity" />
Winson Chung6e1bdaf2012-05-29 17:03:45 -070021
Winson Chung5f4e0fd2015-05-22 11:12:27 -070022<!-- AllApps & Launcher transitions -->
Winson Chung557d6ed2011-07-08 15:34:52 -070023 <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
Tony Wickhame0c33232016-02-08 11:37:04 -080024 <integer name="config_workspaceScrimAlpha">30</integer>
Winson Chung5f4e0fd2015-05-22 11:12:27 -070025 <integer name="config_allAppsTransitionTime">100</integer>
Adam Cohenfa2450a2013-10-11 18:20:27 -070026 <integer name="config_overviewTransitionTime">250</integer>
27
Winson Chungb26f3d62011-06-02 10:49:29 -070028 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
Tony Wickhame0c33232016-02-08 11:37:04 -080029 <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
Winson Chung4f7eb402015-07-10 18:00:48 -070030 <!-- Out of 100, the percent to shrink the workspace during overview mode. -->
31 <integer name="config_workspaceOverviewShrinkPercentage">70</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070032
Winson Chung5f4e0fd2015-05-22 11:12:27 -070033 <!-- Fade/zoom in/out duration & scale in a Launcher overlay transition.
34 Note: This should be less than the config_overlayTransitionTime as they happen together. -->
35 <integer name="config_overlayRevealTime">220</integer>
36 <integer name="config_overlayTransitionTime">300</integer>
37 <integer name="config_overlayItemsAlphaStagger">60</integer>
Adam Cohen63f1ec02014-08-12 09:23:13 -070038
39 <!-- This constant stores the ratio of the all apps button drawable which
40 is used for internal (baked-in) padding -->
41 <integer name="config_allAppsButtonPaddingPercent">17</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070042
Winson Chung785d2eb2011-04-14 16:08:02 -070043<!-- Workspace -->
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070044 <!-- The duration (in ms) of the fade animation on the object outlines, used when
45 we are dragging objects around on the home screen. -->
46 <integer name="config_dragOutlineFadeTime">900</integer>
47
48 <!-- The alpha value at which to show the most recent drop visualization outline. -->
Joe Onorato4be866d2010-10-10 11:26:02 -070049 <integer name="config_dragOutlineMaxAlpha">128</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070050
51 <!-- Parameters controlling the animation for when an item is dropped on the home screen,
52 and it animates from its old position to the new one. -->
Winson Chung61b0c692012-02-23 16:31:13 -080053 <integer name="config_dropAnimMinDuration">100</integer>
Adam Cohen8dfcba42011-07-07 16:38:18 -070054 <integer name="config_dropAnimMaxDuration">500</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070055
Adam Cohen7f4eabe2011-04-21 16:19:16 -070056 <!-- The duration of the UserFolder opening and closing animation -->
Adam Cohenc4fe9ea2014-08-18 18:54:10 -070057 <integer name="config_folderExpandDuration">120</integer>
58 <integer name="config_materialFolderExpandDuration">200</integer>
59 <integer name="config_materialFolderExpandStagger">60</integer>
Adam Cohen7f4eabe2011-04-21 16:19:16 -070060
Patrick Dubroyce34a972010-10-19 10:34:32 -070061 <!-- The distance at which the animation should take the max duration -->
62 <integer name="config_dropAnimMaxDist">800</integer>
Adam Lesinski2a898a02010-12-09 21:04:15 -080063
Winson Chung0e721a42012-08-02 17:40:30 -070064<!-- Hotseat -->
65 <bool name="hotseat_transpose_layout_with_orientation">true</bool>
Daniel Sandlera127b7a2013-06-17 14:25:46 -040066
Bjorn Bringert1307f632013-10-03 22:31:03 +010067 <!-- Name of a subclass of com.android.launcher3.AppFilter used to
68 filter the activities shown in the launcher. Can be empty. -->
69 <string name="app_filter_class" translatable="false"></string>
70
Sunny Goyalebfae6e2015-08-27 15:30:25 -070071 <!-- View ID to use for QSB widget -->
72 <item type="id" name="qsb_widget" />
73
Sunny Goyale2fd14b2015-08-27 17:45:46 -070074 <!-- View ID used by cell layout to jail its content -->
75 <item type="id" name="cell_layout_jail_id" />
76
Sunny Goyal71b5c0b2015-01-08 16:59:04 -080077<!-- Accessibility actions -->
78 <item type="id" name="action_remove" />
79 <item type="id" name="action_uninstall" />
80 <item type="id" name="action_info" />
81 <item type="id" name="action_add_to_workspace" />
Adam Cohenc9735cf2015-01-23 16:11:55 -080082 <item type="id" name="action_move" />
Sunny Goyal9ae77772015-04-29 16:30:23 -070083 <item type="id" name="action_move_to_workspace" />
Sunny Goyal1d08f702015-05-04 15:50:25 -070084 <item type="id" name="action_move_screen_backwards" />
85 <item type="id" name="action_move_screen_forwards" />
Sunny Goyal9ca9c132015-04-29 14:57:22 -070086 <item type="id" name="action_resize" />
Daniel Sandler388f6792010-03-02 14:08:08 -050087</resources>