summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-09-28 16:47:32 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-10-10 13:36:03 -0700
commit740ac7f00e0b847b8e392800f7948d93493e11d6 (patch)
tree4963fa6facfe75cb4165f818f4a95c62d6226ec9 /res/values/config.xml
parentcc88b5bc94d32740e605a1795e91ad11d0664567 (diff)
downloadandroid_packages_apps_Trebuchet-740ac7f00e0b847b8e392800f7948d93493e11d6.tar.gz
android_packages_apps_Trebuchet-740ac7f00e0b847b8e392800f7948d93493e11d6.tar.bz2
android_packages_apps_Trebuchet-740ac7f00e0b847b8e392800f7948d93493e11d6.zip
Refactoring floating view opening/closing logic
> Creating a base view for floating panels with some common methods > Moving the getOpen method to individual classes > Moving the folder icon animation logic to folder icon > Moving all the logic related for opening folder to Folder class Change-Id: I898dfb6870b857cb921d2729b89618bc43ff2e88
Diffstat (limited to 'res/values/config.xml')
-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 a942f0211..5b3ee4633 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -91,6 +91,9 @@
<!-- View ID used by cell layout to jail its content -->
<item type="id" name="cell_layout_jail_id" />
+ <!-- View ID used by PreviewImageView to cache its instance -->
+ <item type="id" name="preview_image_id" />
+
<!-- Deep shortcuts -->
<integer name="config_deepShortcutOpenDuration">220</integer>
<integer name="config_deepShortcutArrowOpenDuration">80</integer>