summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2018-06-12 13:44:43 -0700
committerVadim Tryshev <vadimt@google.com>2018-06-12 14:54:23 -0700
commit74c261c89ff1aa060c9b18f75fca48fac9409bfa (patch)
tree648d96b72b6985126cc8ca83d4f46db65d1a37b3 /res/values/config.xml
parentb0e4126ad0e83abfb3bd9012958f7748af38e5d4 (diff)
downloadandroid_packages_apps_Trebuchet-74c261c89ff1aa060c9b18f75fca48fac9409bfa.tar.gz
android_packages_apps_Trebuchet-74c261c89ff1aa060c9b18f75fca48fac9409bfa.tar.bz2
android_packages_apps_Trebuchet-74c261c89ff1aa060c9b18f75fca48fac9409bfa.zip
Prerequisites for TAPL
Adding things that will be used by TAPL. 1. Adding Ctrl+W to open widgets 2. Marking a UI element with shortcuts_and_widgets id. Example of usage: we want to be sure we are in all apps. A somewhat paranoid way to check this is to check that apps_view is on, and workspace and overview_panel are off. However, workspace is always in the hierarchy. We use shortcuts_and_widgets instead. Bug: 110103162 Test: Manual Change-Id: I2a851e16c477f7ee895b459530bc5a1ff19e32f8
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index d5bb131ef..f2d6c2181 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -149,4 +149,5 @@
<integer name="config_recentsMaxThumbnailCacheSize">6</integer>
<integer name="config_recentsMaxIconCacheSize">12</integer>
+ <item name="workspace_page_container" type="id" />
</resources>