summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRohit Yengisetty <rohit@cyngn.com>2015-01-06 10:20:21 -0800
committerSteve Kondik <shade@chemlab.org>2015-01-10 05:49:40 +0000
commita517fd29876c1d5a61a9400deb9a287a90da3e2e (patch)
tree3c1b8af70ab4b937d92bf85f85d01e3e1fc1e4bd /res
parent7cb3beae9b5c976e98be305d29c370fbed991ae9 (diff)
downloadandroid_packages_apps_Calendar-a517fd29876c1d5a61a9400deb9a287a90da3e2e.tar.gz
android_packages_apps_Calendar-a517fd29876c1d5a61a9400deb9a287a90da3e2e.tar.bz2
android_packages_apps_Calendar-a517fd29876c1d5a61a9400deb9a287a90da3e2e.zip
Calendar - Added provisions to show/hide Floating Action Button.
YearView actively shows/hides FAB when the user scrolls to keep all the content accessible. Change-Id: I8005861cb6ecf98758782c034adcc19e30951df8
Diffstat (limited to 'res')
-rw-r--r--res/values/integers.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/integers.xml b/res/values/integers.xml
index 1ca466fb..1d71eda1 100644
--- a/res/values/integers.xml
+++ b/res/values/integers.xml
@@ -34,5 +34,7 @@
<integer name="work_end_minutes">1200</integer>
<!-- The time (in milliseconds) to scroll in or out the mini month and calendar controls -->
<integer name="calendar_controls_animation_time">400</integer>
+ <!-- Default duration for fast zippy animations (in ms) -->
+ <integer name="animation_duration_fast">200</integer>
</resources>