summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-09-28 18:46:58 -0700
committerJoe Onorato <joeo@android.com>2010-09-28 18:47:46 -0700
commitb761f3e49afa140623f0df6a5e6645c05b78be63 (patch)
tree0f72584ec587b4f1488c4da6cce5cd15568f9ac1 /res
parent7ad0141905fffe5bc359581fd3001abb10d3b730 (diff)
downloadandroid_packages_apps_Trebuchet-b761f3e49afa140623f0df6a5e6645c05b78be63.tar.gz
android_packages_apps_Trebuchet-b761f3e49afa140623f0df6a5e6645c05b78be63.tar.bz2
android_packages_apps_Trebuchet-b761f3e49afa140623f0df6a5e6645c05b78be63.zip
DO NOT MERGE - the scroll drag area was too small, and should have come from a resource anyway.
Change-Id: If1304e1417cb8ba4dee8657cd619718abba277f0
Diffstat (limited to 'res')
-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>