1 <resources> 2 <bool name="config_largeHeap">false</bool> 3 <bool name="is_tablet">false</bool> 4 <bool name="is_large_tablet">false</bool> 5 <bool name="allow_rotation">false</bool> 6 7 <!-- Max number of page indicators to show --> 8 <integer name="config_maxNumberOfPageIndicatorsToShow">21</integer> 9 10 <!-- DragController --> 11 <integer name="config_flingToDeleteMinVelocity">-1500</integer> 12 13 <!-- AllApps/Customize/AppsCustomize --> 14 <!-- The alpha of the AppsCustomize bg in spring loaded mode --> 15 <integer name="config_appsCustomizeSpringLoadedBgAlpha">65</integer> 16 <integer name="config_workspaceUnshrinkTime">300</integer> 17 <integer name="config_overviewTransitionTime">250</integer> 18 19 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. --> 20 <integer name="config_workspaceSpringLoadShrinkPercentage">80</integer> 21 <!-- Out of 100, the percent to shrink the workspace during overview mode. --> 22 <integer name="config_workspaceOverviewShrinkPercentage">58</integer> 23 24 <!-- Fade/zoom in/out duration & scale in the AllApps transition. 25 Note: This should be less than the workspaceShrinkTime as they happen together. --> 26 <integer name="config_appsCustomizeZoomInTime">350</integer> 27 <integer name="config_appsCustomizeZoomOutTime">600</integer> 28 <integer name="config_appsCustomizeZoomScaleFactor">7</integer> 29 <integer name="config_appsCustomizeFadeInTime">250</integer> 30 <integer name="config_appsCustomizeFadeOutTime">200</integer> 31 <integer name="config_appsCustomizeWorkspaceShrinkTime">300</integer> 32 <integer name="config_appsCustomizeWorkspaceAnimationStagger">40</integer> 33 <integer name="config_workspaceAppsCustomizeAnimationStagger">100</integer> 34 35 <integer name="config_workspaceDefaultScreen">0</integer> 36 37 <!-- Tab transition animation duration --> 38 <integer name="config_tabTransitionDuration">250</integer> 39 40 <!-- The slope, in percent, of the drag movement needed to drag an item out of 41 AppsCustomize (y / x * 100%) --> 42 <integer name="config_appsCustomizeDragSlopeThreshold">150</integer> 43 44 <!-- Workspace --> 45 <!-- Whether or not the drop targets drop down as opposed to fade in --> 46 <bool name="config_useDropTargetDownTransition">false</bool> 47 <!-- Whether or not to fade the side pages --> 48 <bool name="config_workspaceFadeAdjacentScreens">false</bool> 49 50 <!-- The transition duration for the background of the drop targets --> 51 <integer name="config_dropTargetBgTransitionDuration">0</integer> 52 53 <!-- The duration (in ms) of the fade animation on the object outlines, used when 54 we are dragging objects around on the home screen. --> 55 <integer name="config_dragOutlineFadeTime">900</integer> 56 57 <!-- The alpha value at which to show the most recent drop visualization outline. --> 58 <integer name="config_dragOutlineMaxAlpha">128</integer> 59 60 <!-- Parameters controlling the animation for when an item is dropped on the home screen, 61 and it animates from its old position to the new one. --> 62 <integer name="config_dropAnimMinDuration">100</integer> 63 <integer name="config_dropAnimMaxDuration">500</integer> 64 65 <!-- The duration of the UserFolder opening and closing animation --> 66 <integer name="config_folderAnimDuration">120</integer> 67 68 <!-- The distance at which the animation should take the max duration --> 69 <integer name="config_dropAnimMaxDist">800</integer> 70 71 <!-- Properties controlling the workspace fade-out during dragging --> 72 <integer name="config_dragFadeOutAlpha">80</integer> 73 <integer name="config_dragFadeOutDuration">250</integer> 74 75 <!-- Camera distance for the overscroll effect --> 76 <integer name="config_cameraDistance">8000</integer> 77 78 <!-- Whether or not to use custom clings if a custom workspace layout is passed in --> 79 <bool name="config_useCustomClings">false</bool> 80 81 <!-- Hotseat --> 82 <bool name="hotseat_transpose_layout_with_orientation">true</bool> 83 84 <!-- Memory debugging, including a memory dump icon --> 85 <bool name="debug_memory_enabled">false</bool> 86 87 <!-- Name of a subclass of com.android.launcher3.AppFilter used to 88 filter the activities shown in the launcher. Can be empty. --> 89 <string name="app_filter_class" translatable="false"></string> 90 91 </resources> 92