diff options
author | Selim Cinek <cinek@google.com> | 2015-05-29 05:39:08 -0700 |
---|---|---|
committer | Selim Cinek <cinek@google.com> | 2015-05-29 13:06:49 +0000 |
commit | ff3bf4b12f87d9aa552f517989f2b0dda4e43cc5 (patch) | |
tree | 396c3ce77468216b94159e1a33255a794a7e2d90 /packages | |
parent | 34cca12bbda96ea8aad86b0455eb61e4674a4616 (diff) | |
download | frameworks_base-ff3bf4b12f87d9aa552f517989f2b0dda4e43cc5.zip frameworks_base-ff3bf4b12f87d9aa552f517989f2b0dda4e43cc5.tar.gz frameworks_base-ff3bf4b12f87d9aa552f517989f2b0dda4e43cc5.tar.bz2 |
Increased the falsing treashold for quick settings
Bug: 21433654
Change-Id: I593297e4577a40762e926353da046a53b9876245
Diffstat (limited to 'packages')
-rw-r--r-- | packages/SystemUI/res/values/dimens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml index 62e0f3d..18a19cb 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -307,7 +307,7 @@ <dimen name="unlock_falsing_threshold">80dp</dimen> <!-- Lockscreen falsing threshold for quick settings. --> - <dimen name="qs_falsing_threshold">40dp</dimen> + <dimen name="qs_falsing_threshold">60dp</dimen> <!-- Falsing threshold used when dismissing notifications from the lockscreen. --> <dimen name="swipe_helper_falsing_threshold">70dp</dimen> |