summaryrefslogtreecommitdiffstats
path: root/res/anim/fade_in_fast.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2010-03-02 14:08:08 -0500
committerDaniel Sandler <dsandler@google.com>2010-03-03 14:38:45 -0500
commit388f679aa448cb648241b89fefa29614a2e3758b (patch)
tree0cf21b927dbe7d0f3b2a8417991cc9235b2acdd0 /res/anim/fade_in_fast.xml
parent9f9077d2be9178e4dc7d99a6735d7db5c15885d1 (diff)
downloadandroid_packages_apps_Trebuchet-388f679aa448cb648241b89fefa29614a2e3758b.tar.gz
android_packages_apps_Trebuchet-388f679aa448cb648241b89fefa29614a2e3758b.tar.bz2
android_packages_apps_Trebuchet-388f679aa448cb648241b89fefa29614a2e3758b.zip
Introduce 2D All Apps and other support for sapphire-class devices.
AllAppsView is now the 2D, GridView-based version (very similar to classic Launcher); AllApps3D is the RenderScript/Rollo implementation. TODO: - some mdpi assets are not in fact mdpi - related to above: static wallpapers not working yet - add dynamic selection of 2D/3D AA; currently you must choose one at build time by picking the appropriate class in all_apps.xml (see separate CL for sapphire overlay that does this) Change-Id: I253d98404ea8a329a4049d2e48edd2e5129fa6ba
Diffstat (limited to 'res/anim/fade_in_fast.xml')
-rw-r--r--res/anim/fade_in_fast.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/anim/fade_in_fast.xml b/res/anim/fade_in_fast.xml
index 5faef96ae..4fa9847aa 100644
--- a/res/anim/fade_in_fast.xml
+++ b/res/anim/fade_in_fast.xml
@@ -20,4 +20,4 @@
android:fromAlpha="0.0"
android:toAlpha="1.0"
- android:duration="@android:integer/config_shortAnimTime" />
+ android:duration="@android:integer/config_mediumAnimTime" />