diff options
author | Winson Chung <winsonc@google.com> | 2011-08-22 16:19:31 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-08-22 17:30:48 -0700 |
commit | f8742be8abcb8e54e62fca04bc2811cc8ea3bda8 (patch) | |
tree | 75fa2b914d69db0f73e34320833c51c1170cb111 /res/values | |
parent | 30a22f32b07f7a864112d92ac959db0e84e0c374 (diff) | |
download | packages_apps_trebuchet-f8742be8abcb8e54e62fca04bc2811cc8ea3bda8.zip packages_apps_trebuchet-f8742be8abcb8e54e62fca04bc2811cc8ea3bda8.tar.gz packages_apps_trebuchet-f8742be8abcb8e54e62fca04bc2811cc8ea3bda8.tar.bz2 |
Workaround for wallpaper crash. (5191436)
- Adding a little time to the tab transition
Change-Id: Ia7615d93f471845e568742df828cde43c1b917c4
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index 37710b6..e88a83e 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -31,7 +31,7 @@ <integer name="config_appsCustomizeWorkspaceShrinkTime">1000</integer> <!-- Tab transition animation duration --> - <integer name="config_tabTransitionDuration">200</integer> + <integer name="config_tabTransitionDuration">250</integer> <!-- The slope, in percent, of the drag movement needed to drag an item out of AppsCustomize (y / x * 100%) --> |