summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-11-02 18:55:44 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-03-09 12:57:11 -0800
commit3fbca15555309d3d4e6b27b8107bb69bf6489351 (patch)
tree86c28d5e406badeae4ccba38557f2ef263a9fd42 /res/values
parent016d7e93c1d87fb55330948c997b0cb7a368f66d (diff)
downloadandroid_packages_apps_Trebuchet-3fbca15555309d3d4e6b27b8107bb69bf6489351.tar.gz
android_packages_apps_Trebuchet-3fbca15555309d3d4e6b27b8107bb69bf6489351.tar.bz2
android_packages_apps_Trebuchet-3fbca15555309d3d4e6b27b8107bb69bf6489351.zip
Adding support for prefenrece search in QuickStep
Bug: 62292864 Change-Id: Ic112626ca9c5942c91ced4ab42e64cbce4657701
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml4
-rw-r--r--res/values/strings.xml2
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 3f727cf38..a40afe113 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -119,6 +119,10 @@
<!-- Tag id used for view scrim -->
<item type="id" name="view_scrim" />
+ <!-- View IDs to store item highlight information -->
+ <item type="id" name="view_unhighlight_background" />
+ <item type="id" name="view_highlighted" />
+
<!-- Popup items -->
<integer name="config_popupOpenCloseDuration">150</integer>
<integer name="config_popupArrowOpenDuration">80</integer>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d8b68e74b..cb7dde928 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -195,6 +195,8 @@
<!-- Developer setting to change the shape of icons on home screen. [CHAR LIMIT=50] -->
<string name="icon_shape_override_label">Change icon shape</string>
+ <!-- Subtext explaining that the icons will only be affected on the home screen. This text follows the actual icon action: Change icon shape, on Home screen [CHAR LIMIT=100] -->
+ <string name="icon_shape_override_label_location">on Home screen</string>
<!-- Option to not change the icon shape on home screen and use the system default setting instead. [CHAR LIMIT=50] -->
<string name="icon_shape_system_default">Use system default</string>
<!-- Option to change the shape of the home screen icons to a square. [CHAR LIMIT=50] -->