summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2011-02-17 14:36:56 -0800
committerMichael Kolb <kolby@google.com>2011-03-02 14:21:57 -0800
commit377ea31324391e7878f6f5b7a991c74988c18403 (patch)
treedf11f5a266581a5df2a5dab46eebb20fc9b21301 /res
parentbc5cc75c302eb49d15258155fc6f672fcbd62842 (diff)
downloadpackages_apps_browser-377ea31324391e7878f6f5b7a991c74988c18403.zip
packages_apps_browser-377ea31324391e7878f6f5b7a991c74988c18403.tar.gz
packages_apps_browser-377ea31324391e7878f6f5b7a991c74988c18403.tar.bz2
add tab switch animations
Bug: 3446585 Bug: 3281140 Cross fade between the current and the new tab Change-Id: I403e40b02e3f77806dc5ed3ebecd01afc508f68f
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 a899a14..ad0ed90 100644
--- a/res/values/integers.xml
+++ b/res/values/integers.xml
@@ -25,4 +25,6 @@
<integer name="most_visits_limit">10</integer>
<!-- Animation durations -->
<integer name="comboViewFadeInDuration">400</integer>
+ <!-- fade between tabs duration -->
+ <integer name="tabFadeDuration">300</integer>
</resources>