diff options
author | Yorke Lee <yorkelee@google.com> | 2013-11-04 14:13:54 -0800 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2013-11-04 14:13:54 -0800 |
commit | 66582330750d3f956f39d148d4f1545448427996 (patch) | |
tree | c26affed26e10450e35130d789caa97afb4b6618 /res | |
parent | fcc395b3760d10e859b23c81328c0221e167a63c (diff) |
Tweak minimum swipe distance for Dialer
Bug: 11461554
Change-Id: Ie67d9dbf6c2302c6b44032603de725cf1de6ba87
Diffstat (limited to 'res')
-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> |