2010-03-02 14:08:08 -05:00
|
|
|
<resources>
|
2013-10-31 16:53:19 -07:00
|
|
|
<!-- Miscellaneous -->
|
2011-07-25 14:54:22 -07:00
|
|
|
<bool name="config_largeHeap">false</bool>
|
2013-08-12 16:19:28 -07:00
|
|
|
<bool name="is_tablet">false</bool>
|
|
|
|
|
<bool name="is_large_tablet">false</bool>
|
2012-04-24 14:24:35 -07:00
|
|
|
<bool name="allow_rotation">false</bool>
|
2011-07-11 15:20:48 -07:00
|
|
|
|
2017-08-21 12:32:42 -07:00
|
|
|
<integer name="extracted_color_gradient_alpha">153</integer>
|
2017-07-27 10:21:50 -07:00
|
|
|
|
2016-08-22 16:45:29 -07:00
|
|
|
<!-- A string pointer to the original app name string. This allows derived projects to
|
|
|
|
|
easily override the app name without providing all translations -->
|
|
|
|
|
<string name="derived_app_name" translatable="false">@string/app_name</string>
|
|
|
|
|
|
2017-05-07 11:56:00 -07:00
|
|
|
<!-- String representing the intent for search on the apps market. To specify a query, add
|
|
|
|
|
q=<query> to the data to the intent -->
|
|
|
|
|
<string name="market_search_intent" translatable="false">market://search?c=apps</string>
|
|
|
|
|
|
2017-08-23 12:13:24 -07:00
|
|
|
<!-- String representing the intent to delete a package.-->
|
|
|
|
|
<string name="delete_package_intent" translatable="false">#Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;end</string>
|
|
|
|
|
|
2018-06-27 15:47:49 -07:00
|
|
|
<!-- String representing the fragment class for settings activity.-->
|
|
|
|
|
<string name="settings_fragment_name" translatable="false">com.android.launcher3.SettingsActivity$LauncherSettingsFragment</string>
|
|
|
|
|
|
2017-03-31 20:09:34 -07:00
|
|
|
<!-- Values for icon shape overrides. These should correspond to entries defined
|
|
|
|
|
in icon_shape_override_paths_names -->
|
2017-05-25 16:43:19 +00:00
|
|
|
<string-array translatable="false" name="icon_shape_override_paths_values">
|
2017-03-31 20:09:34 -07:00
|
|
|
<item></item>
|
2017-05-25 16:43:19 +00:00
|
|
|
<item>M50,0L100,0 100,100 0,100 0,0z</item>
|
|
|
|
|
<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>
|
|
|
|
|
<item>M50 0A50 50,0,1,1,50 100A50 50,0,1,1,50 0</item>
|
|
|
|
|
<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>
|
2017-03-31 20:09:34 -07:00
|
|
|
</string-array>
|
|
|
|
|
|
2017-05-25 16:43:19 +00:00
|
|
|
<string-array translatable="false" name="icon_shape_override_paths_names">
|
2017-03-31 20:09:34 -07:00
|
|
|
<!-- Option to not change the icon shape on home screen. [CHAR LIMIT=50] -->
|
2017-05-15 12:15:57 -07:00
|
|
|
<item>@string/icon_shape_system_default</item>
|
2017-05-25 16:43:19 +00:00
|
|
|
<item>@string/icon_shape_square</item>
|
|
|
|
|
<item>@string/icon_shape_squircle</item>
|
|
|
|
|
<item>@string/icon_shape_circle</item>
|
|
|
|
|
<item>@string/icon_shape_teardrop</item>
|
2017-03-31 20:09:34 -07:00
|
|
|
</string-array>
|
2017-05-25 16:43:19 +00:00
|
|
|
|
2012-05-29 17:03:45 -07:00
|
|
|
<!-- DragController -->
|
2015-05-26 18:56:52 -07:00
|
|
|
<item type="id" name="drag_event_parity" />
|
2012-05-29 17:03:45 -07:00
|
|
|
|
2015-05-22 11:12:27 -07:00
|
|
|
<!-- AllApps & Launcher transitions -->
|
2011-06-02 10:49:29 -07:00
|
|
|
<!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
|
2016-02-08 11:37:04 -08:00
|
|
|
<integer name="config_workspaceSpringLoadShrinkPercentage">90</integer>
|
2011-04-14 16:08:02 -07:00
|
|
|
|
2016-07-13 14:24:18 -07:00
|
|
|
<!-- The duration of the animation from search hint to text entry -->
|
|
|
|
|
<integer name="config_searchHintAnimationDuration">50</integer>
|
|
|
|
|
|
2017-06-06 15:41:21 -07:00
|
|
|
<!-- View tag key used to store SpringAnimation data. -->
|
|
|
|
|
<item type="id" name="spring_animation_tag" />
|
|
|
|
|
|
2011-04-14 16:08:02 -07:00
|
|
|
<!-- Workspace -->
|
2010-10-06 12:14:43 -07: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-10 11:26:02 -07:00
|
|
|
<integer name="config_dragOutlineMaxAlpha">128</integer>
|
2010-10-19 10:34:32 -07: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-23 16:31:13 -08:00
|
|
|
<integer name="config_dropAnimMinDuration">100</integer>
|
2011-07-07 16:38:18 -07:00
|
|
|
<integer name="config_dropAnimMaxDuration">500</integer>
|
2010-10-19 10:34:32 -07:00
|
|
|
|
2011-04-21 16:19:16 -07:00
|
|
|
<!-- The duration of the UserFolder opening and closing animation -->
|
2014-08-18 18:54:10 -07:00
|
|
|
<integer name="config_materialFolderExpandDuration">200</integer>
|
2017-03-23 10:17:55 -07:00
|
|
|
<integer name="config_folderDelay">30</integer>
|
2011-04-21 16:19:16 -07:00
|
|
|
|
2010-10-19 10:34:32 -07:00
|
|
|
<!-- The distance at which the animation should take the max duration -->
|
|
|
|
|
<integer name="config_dropAnimMaxDist">800</integer>
|
2010-12-09 21:04:15 -08:00
|
|
|
|
2016-07-13 14:04:13 -07:00
|
|
|
<!-- The duration of the caret animation -->
|
|
|
|
|
<integer name="config_caretAnimationDuration">200</integer>
|
|
|
|
|
|
2012-08-02 17:40:30 -07:00
|
|
|
<!-- Hotseat -->
|
|
|
|
|
<bool name="hotseat_transpose_layout_with_orientation">true</bool>
|
2013-06-17 14:25:46 -04:00
|
|
|
|
2013-10-03 22:31:03 +01: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>
|
|
|
|
|
|
2016-03-24 17:12:30 -07:00
|
|
|
<!-- Name of an icon provider class. -->
|
|
|
|
|
<string name="icon_provider_class" translatable="false"></string>
|
|
|
|
|
|
2016-11-12 09:58:29 -08:00
|
|
|
<!-- Name of a drawable factory class. -->
|
|
|
|
|
<string name="drawable_factory_class" translatable="false"></string>
|
|
|
|
|
|
2017-02-27 10:07:13 -08:00
|
|
|
<!-- Name of a user event dispatcher class. -->
|
|
|
|
|
<string name="user_event_dispatcher_class" translatable="false"></string>
|
|
|
|
|
|
2018-01-24 15:38:25 -08:00
|
|
|
<!-- Name of an app transition manager class. -->
|
|
|
|
|
<string name="app_transition_manager_class" translatable="false"></string>
|
|
|
|
|
|
2017-08-28 15:29:18 -07:00
|
|
|
<!-- Name of a subclass of com.android.launcher3.util.InstantAppResolver. Can be empty. -->
|
|
|
|
|
<string name="instant_app_resolver_class" translatable="false"></string>
|
|
|
|
|
|
2018-02-09 10:57:12 -08:00
|
|
|
<!-- Name of a main process initializer class. -->
|
|
|
|
|
<string name="main_process_initializer_class" translatable="false"></string>
|
|
|
|
|
|
2016-05-17 10:32:43 -07:00
|
|
|
<!-- Package name of the default wallpaper picker. -->
|
|
|
|
|
<string name="wallpaper_picker_package" translatable="false"></string>
|
|
|
|
|
|
2018-01-12 10:23:16 -08:00
|
|
|
<!-- Whitelisted package to retrieve packagename for badge. Can be empty. -->
|
|
|
|
|
<string name="shortcutinfocompat_badgepkg_whitelist" translatable="false"></string>
|
|
|
|
|
|
2015-08-27 15:30:25 -07:00
|
|
|
<!-- View ID to use for QSB widget -->
|
|
|
|
|
<item type="id" name="qsb_widget" />
|
|
|
|
|
|
2015-08-27 17:45:46 -07:00
|
|
|
<!-- View ID used by cell layout to jail its content -->
|
|
|
|
|
<item type="id" name="cell_layout_jail_id" />
|
2016-09-28 16:47:32 -07:00
|
|
|
|
2018-02-28 15:09:36 -08:00
|
|
|
<!-- Tag id used for view scrim -->
|
|
|
|
|
<item type="id" name="view_scrim" />
|
|
|
|
|
|
2017-11-02 18:55:44 -07:00
|
|
|
<!-- View IDs to store item highlight information -->
|
|
|
|
|
<item type="id" name="view_unhighlight_background" />
|
|
|
|
|
<item type="id" name="view_highlighted" />
|
|
|
|
|
|
2017-01-20 09:38:25 -08:00
|
|
|
<!-- Popup items -->
|
2017-06-28 17:51:53 -07:00
|
|
|
<integer name="config_popupOpenCloseDuration">150</integer>
|
2017-05-10 13:05:32 -05:00
|
|
|
<integer name="config_popupArrowOpenDuration">80</integer>
|
2017-01-20 09:38:25 -08:00
|
|
|
<integer name="config_removeNotificationViewDuration">300</integer>
|
2016-07-15 17:23:07 -07:00
|
|
|
|
2015-01-08 16:59:04 -08:00
|
|
|
<!-- Accessibility actions -->
|
|
|
|
|
<item type="id" name="action_remove" />
|
|
|
|
|
<item type="id" name="action_uninstall" />
|
2018-03-05 19:39:21 +00:00
|
|
|
<item type="id" name="action_reconfigure" />
|
2015-01-08 16:59:04 -08:00
|
|
|
<item type="id" name="action_add_to_workspace" />
|
2015-01-23 16:11:55 -08:00
|
|
|
<item type="id" name="action_move" />
|
2015-04-29 16:30:23 -07:00
|
|
|
<item type="id" name="action_move_to_workspace" />
|
2015-05-04 15:50:25 -07:00
|
|
|
<item type="id" name="action_move_screen_backwards" />
|
|
|
|
|
<item type="id" name="action_move_screen_forwards" />
|
2015-04-29 14:57:22 -07:00
|
|
|
<item type="id" name="action_resize" />
|
2016-07-25 13:54:32 -07:00
|
|
|
<item type="id" name="action_deep_shortcuts" />
|
2018-05-04 17:58:29 -07:00
|
|
|
<item type="id" name="action_shortcuts_and_notifications"/>
|
2017-05-10 21:23:57 -05:00
|
|
|
<item type="id" name="action_dismiss_notification" />
|
2017-06-27 11:11:03 -07:00
|
|
|
|
|
|
|
|
<!-- QSB IDs. DO not change -->
|
|
|
|
|
<item type="id" name="search_container_workspace" />
|
|
|
|
|
<item type="id" name="search_container_hotseat" />
|
|
|
|
|
<item type="id" name="search_container_all_apps" />
|
|
|
|
|
|
2017-11-10 17:54:44 -08:00
|
|
|
<!-- Recents -->
|
2018-04-11 17:19:08 -07:00
|
|
|
<item type="id" name="overview_panel"/>
|
2017-11-10 17:54:44 -08:00
|
|
|
<integer name="config_recentsMaxThumbnailCacheSize">6</integer>
|
|
|
|
|
<integer name="config_recentsMaxIconCacheSize">12</integer>
|
2010-03-02 14:08:08 -05:00
|
|
|
</resources>
|