blob: 750a6aa72a7dabb6027ad0f78638349e1c5364b4 [file] [log] [blame]
Daniel Sandler388f6792010-03-02 14:08:08 -05001<resources>
Winson Chung67ca7e42013-10-31 16:53:19 -07002<!-- Dynamic Grid -->
3 <integer name="config_dynamic_grid_max_long_edge_cell_count">6</integer>
4 <integer name="config_dynamic_grid_max_short_edge_cell_count">5</integer>
5 <integer name="config_dynamic_grid_min_edge_cell_count">3</integer>
Winson Chungc82d2622013-11-06 13:23:29 -08006 <!-- Out of 100, the percent of space the overview bar should try and take vertically. -->
7 <integer name="config_dynamic_grid_overview_icon_zone_percentage">20</integer>
8 <!-- Out of 100, the percent to shrink the workspace during overview mode. -->
9 <integer name="config_dynamic_grid_overview_scale_percentage">80</integer>
Winson Chung67ca7e42013-10-31 16:53:19 -070010
11<!-- Miscellaneous -->
Adam Cohen56901eb2011-07-25 14:54:22 -070012 <bool name="config_largeHeap">false</bool>
Winson Chung5f8afe62013-08-12 16:19:28 -070013 <bool name="is_tablet">false</bool>
14 <bool name="is_large_tablet">false</bool>
Adam Cohencb3f98e2012-04-24 14:24:35 -070015 <bool name="allow_rotation">false</bool>
Winson Chunga62e9fd2011-07-11 15:20:48 -070016
Winson Chung5bc865e2013-07-18 15:18:25 -070017 <!-- Max number of page indicators to show -->
18 <integer name="config_maxNumberOfPageIndicatorsToShow">21</integer>
19
Sunny Goyal0fc1be12014-08-11 17:05:23 -070020 <!-- App data backup and restore. To enble backup, register with an android backup service.
21 http://developer.android.com/guide/topics/data/backup.html#BackupKey -->
22 <bool name="enable_backup">false</bool>
23
Winson Chung6e1bdaf2012-05-29 17:03:45 -070024<!-- DragController -->
25 <integer name="config_flingToDeleteMinVelocity">-1500</integer>
26
Winson Chung785d2eb2011-04-14 16:08:02 -070027<!-- AllApps/Customize/AppsCustomize -->
Winson Chung557d6ed2011-07-08 15:34:52 -070028 <!-- The alpha of the AppsCustomize bg in spring loaded mode -->
Adam Cohen6c5891a2014-07-09 23:53:15 -070029 <integer name="config_workspaceScrimAlpha">55</integer>
Winson Chung6a3fd3f2011-08-02 14:03:26 -070030 <integer name="config_workspaceUnshrinkTime">300</integer>
Adam Cohenfa2450a2013-10-11 18:20:27 -070031 <integer name="config_overviewTransitionTime">250</integer>
32
Winson Chungb26f3d62011-06-02 10:49:29 -070033 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
34 <integer name="config_workspaceSpringLoadShrinkPercentage">80</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070035
36 <!-- Fade/zoom in/out duration & scale in the AllApps transition.
37 Note: This should be less than the workspaceShrinkTime as they happen together. -->
Adam Cohen9bfdb762014-07-21 17:44:06 -070038 <integer name="config_appsCustomizeRevealTime">220</integer>
39 <integer name="config_appsCustomizeItemsAlphaStagger">60</integer>
Adam Cohenb64d36e2011-10-17 21:48:02 -070040 <integer name="config_appsCustomizeZoomInTime">350</integer>
41 <integer name="config_appsCustomizeZoomOutTime">600</integer>
Adam Cohencff6af82011-09-13 14:51:53 -070042 <integer name="config_appsCustomizeZoomScaleFactor">7</integer>
43 <integer name="config_appsCustomizeFadeInTime">250</integer>
44 <integer name="config_appsCustomizeFadeOutTime">200</integer>
Adam Cohen7777d962011-08-18 18:58:38 -070045 <integer name="config_appsCustomizeWorkspaceShrinkTime">300</integer>
Adam Cohencff6af82011-09-13 14:51:53 -070046 <integer name="config_appsCustomizeWorkspaceAnimationStagger">40</integer>
47 <integer name="config_workspaceAppsCustomizeAnimationStagger">100</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070048
Adam Cohen9efb4122013-06-06 21:35:12 -070049 <integer name="config_workspaceDefaultScreen">0</integer>
50
Winson Chung785d2eb2011-04-14 16:08:02 -070051 <!-- Tab transition animation duration -->
Winson Chungf8742be2011-08-22 16:19:31 -070052 <integer name="config_tabTransitionDuration">250</integer>
Winson Chung785d2eb2011-04-14 16:08:02 -070053
54 <!-- The slope, in percent, of the drag movement needed to drag an item out of
55 AppsCustomize (y / x * 100%) -->
56 <integer name="config_appsCustomizeDragSlopeThreshold">150</integer>
57
Winson Chung785d2eb2011-04-14 16:08:02 -070058<!-- Workspace -->
Winson Chunga62e9fd2011-07-11 15:20:48 -070059 <!-- Whether or not the drop targets drop down as opposed to fade in -->
Winson Chung5f8afe62013-08-12 16:19:28 -070060 <bool name="config_useDropTargetDownTransition">false</bool>
Winson Chunga62e9fd2011-07-11 15:20:48 -070061
Winson Chung61fa4192011-06-12 15:15:29 -070062 <!-- The transition duration for the background of the drop targets -->
Winson Chung043f2af2012-03-01 16:09:54 -080063 <integer name="config_dropTargetBgTransitionDuration">0</integer>
Winson Chung61fa4192011-06-12 15:15:29 -070064
Patrick Dubroy046e7eb2010-10-06 12:14:43 -070065 <!-- The duration (in ms) of the fade animation on the object outlines, used when
66 we are dragging objects around on the home screen. -->
67 <integer name="config_dragOutlineFadeTime">900</integer>
68
69 <!-- The alpha value at which to show the most recent drop visualization outline. -->
Joe Onorato4be866d2010-10-10 11:26:02 -070070 <integer name="config_dragOutlineMaxAlpha">128</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070071
72 <!-- Parameters controlling the animation for when an item is dropped on the home screen,
73 and it animates from its old position to the new one. -->
Winson Chung61b0c692012-02-23 16:31:13 -080074 <integer name="config_dropAnimMinDuration">100</integer>
Adam Cohen8dfcba42011-07-07 16:38:18 -070075 <integer name="config_dropAnimMaxDuration">500</integer>
Patrick Dubroyce34a972010-10-19 10:34:32 -070076
Adam Cohen7f4eabe2011-04-21 16:19:16 -070077 <!-- The duration of the UserFolder opening and closing animation -->
Adam Cohen3e8f8112011-07-02 18:03:00 -070078 <integer name="config_folderAnimDuration">120</integer>
Adam Cohen7f4eabe2011-04-21 16:19:16 -070079
Patrick Dubroyce34a972010-10-19 10:34:32 -070080 <!-- The distance at which the animation should take the max duration -->
81 <integer name="config_dropAnimMaxDist">800</integer>
Adam Lesinski2a898a02010-12-09 21:04:15 -080082
Winson Chung867ca622012-02-21 15:48:35 -080083 <!-- Properties controlling the workspace fade-out during dragging -->
84 <integer name="config_dragFadeOutAlpha">80</integer>
85 <integer name="config_dragFadeOutDuration">250</integer>
86
Adam Cohen94309882012-06-08 16:24:56 -070087 <!-- Camera distance for the overscroll effect -->
Adam Cohena29f5042013-09-26 14:29:35 -070088 <integer name="config_cameraDistance">8000</integer>
Adam Cohen94309882012-06-08 16:24:56 -070089
Michael Jurkaa1131212012-10-09 14:46:26 +020090 <!-- Whether or not to use custom clings if a custom workspace layout is passed in -->
91 <bool name="config_useCustomClings">false</bool>
92
Winson Chung0e721a42012-08-02 17:40:30 -070093<!-- Hotseat -->
94 <bool name="hotseat_transpose_layout_with_orientation">true</bool>
Daniel Sandlera127b7a2013-06-17 14:25:46 -040095
96 <!-- Memory debugging, including a memory dump icon -->
Daniel Sandler826420b2013-08-23 00:45:46 -040097 <bool name="debug_memory_enabled">false</bool>
Bjorn Bringert1307f632013-10-03 22:31:03 +010098
99 <!-- Name of a subclass of com.android.launcher3.AppFilter used to
100 filter the activities shown in the launcher. Can be empty. -->
101 <string name="app_filter_class" translatable="false"></string>
102
Nilesh Agrawal16f3ea82014-01-09 17:14:01 -0800103 <!-- Name of a subclass of com.android.launcher3.BuildInfo used to
104 get build information. Can be empty. -->
105 <string name="build_info_class" translatable="false"></string>
Daniel Sandler388f6792010-03-02 14:08:08 -0500106</resources>