diff options
author | Patrick Dubroy <dubroy@google.com> | 2010-10-06 15:49:50 -0700 |
---|---|---|
committer | Patrick Dubroy <dubroy@google.com> | 2010-10-06 17:39:05 -0700 |
commit | 1262e369484ce7f2565655ed80e6299232c70bd7 (patch) | |
tree | 91e599271b6d0bdbbc60889af8a73ce8d4b595d5 /res/values-xlarge-land | |
parent | 7ed39f3362e4701101967339b1be41b365712d1c (diff) | |
download | packages_apps_trebuchet-1262e369484ce7f2565655ed80e6299232c70bd7.zip packages_apps_trebuchet-1262e369484ce7f2565655ed80e6299232c70bd7.tar.gz packages_apps_trebuchet-1262e369484ce7f2565655ed80e6299232c70bd7.tar.bz2 |
wip 3029324: Implement new drag feedback
- Show page borders when dragging
- Enlarge scroll region (landscape only)
- When inside scroll region, show green border on adjacent page
Diffstat (limited to 'res/values-xlarge-land')
-rw-r--r-- | res/values-xlarge-land/dimens.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values-xlarge-land/dimens.xml b/res/values-xlarge-land/dimens.xml new file mode 100644 index 0000000..d1140c0 --- /dev/null +++ b/res/values-xlarge-land/dimens.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <!-- the area at the edge of the screen that makes the workspace go left + or right while you're dragging. --> + <dimen name="scroll_zone">160dip</dimen> +</resources>
\ No newline at end of file |