summaryrefslogtreecommitdiffstats
path: root/res/values/constants.xml
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2013-07-09 15:58:51 -0700
committerScott Kennedy <skennedy@google.com>2013-07-23 21:44:50 -0700
commit1fea6a3cffcc8c4afc3d877e5dc57d29f9665942 (patch)
tree5ee5600965491f13ef82d690fed7e67d21e4f20e /res/values/constants.xml
parente8e703db3d5c41c4c68cff247f70cc917206dd2d (diff)
downloadandroid_packages_apps_UnifiedEmail-1fea6a3cffcc8c4afc3d877e5dc57d29f9665942.tar.gz
android_packages_apps_UnifiedEmail-1fea6a3cffcc8c4afc3d877e5dc57d29f9665942.tar.bz2
android_packages_apps_UnifiedEmail-1fea6a3cffcc8c4afc3d877e5dc57d29f9665942.zip
Better CAB mode
1. Flip out contact image, scale in a checkbox optionally on grey background 2. Flip stars into peek icons 3. Only peek icon will peek Bug: 9592097 Change-Id: Ia972132284ef62f4964c7027ab09157a525dd804
Diffstat (limited to 'res/values/constants.xml')
-rw-r--r--res/values/constants.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml
index 7574ffa92..f0c15b525 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -125,4 +125,7 @@
<integer name="ap_progress_animation_delay">2000</integer>
<!-- Max overflow count to show for attachment previews -->
<integer name="ap_overflow_max_count">99</integer>
+
+ <!-- Duration of the animations for entering/exiting CAB mode -->
+ <integer name="conv_item_view_cab_anim_duration">350</integer>
</resources>