summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-08-31 18:59:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-08-31 18:59:55 +0000
commitcc818d0ad597acbe16d020ca71e8bb8fea8278d5 (patch)
tree6a4c32d418efb6c226d591f6311ca39d65cf082b /res
parent5fc78a7d0342f499c481555e4db34d5edfa49653 (diff)
parente2fd14b9f61d58297ff962e8c31f49439e0309a9 (diff)
downloadandroid_packages_apps_Trebuchet-cc818d0ad597acbe16d020ca71e8bb8fea8278d5.tar.gz
android_packages_apps_Trebuchet-cc818d0ad597acbe16d020ca71e8bb8fea8278d5.tar.bz2
android_packages_apps_Trebuchet-cc818d0ad597acbe16d020ca71e8bb8fea8278d5.zip
Merge "Jailing the saved instance state of all the dynamically generated views" into ub-launcher3-master
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 79ae517c3..9f65569cf 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -76,6 +76,9 @@
<!-- View ID to use for QSB widget -->
<item type="id" name="qsb_widget" />
+ <!-- View ID used by cell layout to jail its content -->
+ <item type="id" name="cell_layout_jail_id" />
+
<!-- Accessibility actions -->
<item type="id" name="action_remove" />
<item type="id" name="action_uninstall" />