diff options
author | Winson Chung <winsonc@google.com> | 2012-10-10 13:37:57 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-10 13:37:58 -0700 |
commit | 5b589a01cd291ae3599bc3824f6732c109df056a (patch) | |
tree | b292584ffa772e23f10622c1289de54c7cc08e9f /res | |
parent | a113121fd3c43f1e1d23064e17c540c48fe330cc (diff) | |
parent | 2db90f32a1c839fb75c99de1a5cee730c78890f9 (diff) | |
download | packages_apps_trebuchet-5b589a01cd291ae3599bc3824f6732c109df056a.zip packages_apps_trebuchet-5b589a01cd291ae3599bc3824f6732c109df056a.tar.gz packages_apps_trebuchet-5b589a01cd291ae3599bc3824f6732c109df056a.tar.bz2 |
Merge "Tweaking workspace overscroll effect to prevent clipping icons. (Bug 7267045)" into jb-mr1-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/values-sw720dp/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-sw720dp/config.xml b/res/values-sw720dp/config.xml index c0accb1..7c8d3d2 100644 --- a/res/values-sw720dp/config.xml +++ b/res/values-sw720dp/config.xml @@ -24,7 +24,7 @@ <bool name="config_workspaceFadeAdjacentScreens">true</bool> <!-- Camera distance for the overscroll effect --> - <integer name="config_cameraDistance">6500</integer> + <integer name="config_cameraDistance">18000</integer> <!-- Hotseat --> <bool name="hotseat_transpose_layout_with_orientation">false</bool> |