diff options
author | Yorke Lee <yorkelee@google.com> | 2013-11-05 14:24:12 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-05 14:24:12 -0800 |
commit | d724931c6c14cfe06a46428755b1b725369af0ce (patch) | |
tree | 744b28a9e704acff10e10f4e7b2a5337a571b88a | |
parent | d81140b5352de2d692452e2eff48a79a41ac7bc0 (diff) | |
parent | fb659679a77e4adb30dddeffe1ff1cf01eade0cc (diff) |
am fb659679: am 4f76219c: am 377bb698: Merge "Tweak minimum swipe distance for Dialer" into klp-dev
* commit 'fb659679a77e4adb30dddeffe1ff1cf01eade0cc':
Tweak minimum swipe distance for Dialer
-rw-r--r-- | res/values/animation_constants.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/animation_constants.xml b/res/values/animation_constants.xml index b41b316ff..4e4bc36e1 100644 --- a/res/values/animation_constants.xml +++ b/res/values/animation_constants.xml @@ -24,7 +24,7 @@ <integer name="max_dismiss_velocity">2000</integer> <integer name="snap_animation_duration">350</integer> <integer name="swipe_scroll_slop">2</integer> - <dimen name="min_swipe">5dip</dimen> + <dimen name="min_swipe">0dip</dimen> <dimen name="min_vert">10dip</dimen> <dimen name="min_lock">20dip</dimen> </resources> |