2010-03-03 03:08:08 +08:00
|
|
|
<resources>
|
2013-11-01 07:53:19 +08:00
|
|
|
<!-- Dynamic Grid -->
|
2013-11-07 05:23:29 +08:00
|
|
|
<!-- Out of 100, the percent of space the overview bar should try and take vertically. -->
|
|
|
|
<integer name="config_dynamic_grid_overview_icon_zone_percentage">20</integer>
|
2013-11-01 07:53:19 +08:00
|
|
|
|
|
|
|
<!-- Miscellaneous -->
|
2011-07-26 05:54:22 +08:00
|
|
|
<bool name="config_largeHeap">false</bool>
|
2013-08-13 07:19:28 +08:00
|
|
|
<bool name="is_tablet">false</bool>
|
|
|
|
<bool name="is_large_tablet">false</bool>
|
2012-04-25 05:24:35 +08:00
|
|
|
<bool name="allow_rotation">false</bool>
|
2011-07-12 06:20:48 +08:00
|
|
|
|
2013-07-19 06:18:25 +08:00
|
|
|
<!-- Max number of page indicators to show -->
|
|
|
|
<integer name="config_maxNumberOfPageIndicatorsToShow">21</integer>
|
|
|
|
|
2014-08-12 08:05:23 +08:00
|
|
|
<!-- App data backup and restore. To enble backup, register with an android backup service.
|
|
|
|
http://developer.android.com/guide/topics/data/backup.html#BackupKey -->
|
|
|
|
<bool name="enable_backup">false</bool>
|
|
|
|
|
2012-05-30 08:03:45 +08:00
|
|
|
<!-- DragController -->
|
|
|
|
<integer name="config_flingToDeleteMinVelocity">-1500</integer>
|
2015-05-27 09:56:52 +08:00
|
|
|
<item type="id" name="drag_event_parity" />
|
2012-05-30 08:03:45 +08:00
|
|
|
|
2015-05-23 02:12:27 +08:00
|
|
|
<!-- AllApps & Launcher transitions -->
|
2011-07-09 06:34:52 +08:00
|
|
|
<!-- The alpha of the AppsCustomize bg in spring loaded mode -->
|
2014-07-10 14:53:15 +08:00
|
|
|
<integer name="config_workspaceScrimAlpha">55</integer>
|
2015-05-23 02:12:27 +08:00
|
|
|
<integer name="config_allAppsTransitionTime">100</integer>
|
2013-10-12 09:20:27 +08:00
|
|
|
<integer name="config_overviewTransitionTime">250</integer>
|
|
|
|
|
2011-06-03 01:49:29 +08:00
|
|
|
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
|
|
|
|
<integer name="config_workspaceSpringLoadShrinkPercentage">80</integer>
|
2015-07-11 09:00:48 +08:00
|
|
|
<!-- Out of 100, the percent to shrink the workspace during overview mode. -->
|
|
|
|
<integer name="config_workspaceOverviewShrinkPercentage">70</integer>
|
2011-04-15 07:08:02 +08:00
|
|
|
|
2015-05-23 02:12:27 +08:00
|
|
|
<!-- Fade/zoom in/out duration & scale in a Launcher overlay transition.
|
|
|
|
Note: This should be less than the config_overlayTransitionTime as they happen together. -->
|
|
|
|
<integer name="config_overlayRevealTime">220</integer>
|
|
|
|
<integer name="config_overlayTransitionTime">300</integer>
|
|
|
|
<integer name="config_overlayItemsAlphaStagger">60</integer>
|
2014-08-13 00:23:13 +08:00
|
|
|
|
|
|
|
<!-- This constant stores the ratio of the all apps button drawable which
|
|
|
|
is used for internal (baked-in) padding -->
|
|
|
|
<integer name="config_allAppsButtonPaddingPercent">17</integer>
|
2011-04-15 07:08:02 +08:00
|
|
|
|
2013-06-07 12:35:12 +08:00
|
|
|
<integer name="config_workspaceDefaultScreen">0</integer>
|
|
|
|
|
2011-04-15 07:08:02 +08:00
|
|
|
<!-- Workspace -->
|
2010-10-07 03:14:43 +08:00
|
|
|
<!-- The duration (in ms) of the fade animation on the object outlines, used when
|
|
|
|
we are dragging objects around on the home screen. -->
|
|
|
|
<integer name="config_dragOutlineFadeTime">900</integer>
|
|
|
|
|
|
|
|
<!-- The alpha value at which to show the most recent drop visualization outline. -->
|
2010-10-11 02:26:02 +08:00
|
|
|
<integer name="config_dragOutlineMaxAlpha">128</integer>
|
2010-10-20 01:34:32 +08:00
|
|
|
|
|
|
|
<!-- Parameters controlling the animation for when an item is dropped on the home screen,
|
|
|
|
and it animates from its old position to the new one. -->
|
2012-02-24 08:31:13 +08:00
|
|
|
<integer name="config_dropAnimMinDuration">100</integer>
|
2011-07-08 07:38:18 +08:00
|
|
|
<integer name="config_dropAnimMaxDuration">500</integer>
|
2010-10-20 01:34:32 +08:00
|
|
|
|
2011-04-22 07:19:16 +08:00
|
|
|
<!-- The duration of the UserFolder opening and closing animation -->
|
2014-08-19 09:54:10 +08:00
|
|
|
<integer name="config_folderExpandDuration">120</integer>
|
|
|
|
<integer name="config_materialFolderExpandDuration">200</integer>
|
|
|
|
<integer name="config_materialFolderExpandStagger">60</integer>
|
2011-04-22 07:19:16 +08:00
|
|
|
|
2010-10-20 01:34:32 +08:00
|
|
|
<!-- The distance at which the animation should take the max duration -->
|
|
|
|
<integer name="config_dropAnimMaxDist">800</integer>
|
2010-12-10 13:04:15 +08:00
|
|
|
|
2012-08-03 08:40:30 +08:00
|
|
|
<!-- Hotseat -->
|
|
|
|
<bool name="hotseat_transpose_layout_with_orientation">true</bool>
|
2013-06-18 02:25:46 +08:00
|
|
|
|
|
|
|
<!-- Memory debugging, including a memory dump icon -->
|
2013-08-23 12:45:46 +08:00
|
|
|
<bool name="debug_memory_enabled">false</bool>
|
2013-10-04 05:31:03 +08:00
|
|
|
|
|
|
|
<!-- Name of a subclass of com.android.launcher3.AppFilter used to
|
|
|
|
filter the activities shown in the launcher. Can be empty. -->
|
|
|
|
<string name="app_filter_class" translatable="false"></string>
|
|
|
|
|
2014-01-10 09:14:01 +08:00
|
|
|
<!-- Name of a subclass of com.android.launcher3.BuildInfo used to
|
|
|
|
get build information. Can be empty. -->
|
|
|
|
<string name="build_info_class" translatable="false"></string>
|
2015-01-09 08:59:04 +08:00
|
|
|
|
|
|
|
<!-- Accessibility actions -->
|
|
|
|
<item type="id" name="action_remove" />
|
|
|
|
<item type="id" name="action_uninstall" />
|
|
|
|
<item type="id" name="action_info" />
|
|
|
|
<item type="id" name="action_add_to_workspace" />
|
2015-01-24 08:11:55 +08:00
|
|
|
<item type="id" name="action_move" />
|
2015-04-30 07:30:23 +08:00
|
|
|
<item type="id" name="action_move_to_workspace" />
|
2015-05-05 06:50:25 +08:00
|
|
|
<item type="id" name="action_move_screen_backwards" />
|
|
|
|
<item type="id" name="action_move_screen_forwards" />
|
2015-04-30 05:57:22 +08:00
|
|
|
<item type="id" name="action_resize" />
|
2010-03-03 03:08:08 +08:00
|
|
|
</resources>
|