summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-09-29 11:40:39 -0700
committerJoe Onorato <joeo@google.com>2010-09-30 18:17:31 -0700
commit658db74c24817892f1a379b16620744f38f60e40 (patch)
tree153de3910f84637018b8810c3aa9e0a84757c514 /res/values
parentf34bab59fc0260f926aec44d044883dce1b4191f (diff)
downloadandroid_packages_apps_Trebuchet-658db74c24817892f1a379b16620744f38f60e40.tar.gz
android_packages_apps_Trebuchet-658db74c24817892f1a379b16620744f38f60e40.tar.bz2
android_packages_apps_Trebuchet-658db74c24817892f1a379b16620744f38f60e40.zip
the scroll drag area was too small, and should have come from a resource anyway.
Change-Id: I11111aff767e21a2582c5c368b5d9ff1ac8f9cd7
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimens.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 790f83599..c83986be2 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -37,4 +37,8 @@
<!-- delete_zone_size_full - button_bar_height_portrait -->
<dimen name="delete_zone_padding">14dip</dimen>
+
+ <!-- the area at the edge of the screen that makes the workspace go left
+ or right while you're dragging. -->
+ <dimen name="scroll_zone">20dp</dimen>
</resources>