summaryrefslogtreecommitdiffstats
path: root/res/values-sw340dp/dimens.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-11-17 14:58:51 -0800
committerWinson Chung <winsonc@google.com>2011-11-18 10:13:04 -0800
commit3f4e1423804d64a38cb69e4511d7b80783564827 (patch)
tree005900e0f74f6c4cecd43a594df46141a31b7276 /res/values-sw340dp/dimens.xml
parentb0736fac73b0df95f18234a0494aea3f3fc6c735 (diff)
downloadandroid_packages_apps_Trebuchet-3f4e1423804d64a38cb69e4511d7b80783564827.tar.gz
android_packages_apps_Trebuchet-3f4e1423804d64a38cb69e4511d7b80783564827.tar.bz2
android_packages_apps_Trebuchet-3f4e1423804d64a38cb69e4511d7b80783564827.zip
Minor fixes to Launcher
- Tweaking the AllApps tab padding - Fixing issue where the cling punch out might be in the wrong location - Removing unused dragging code related to drop/scroll area overlap - Tweaking padding so that picking up an icon on the top row does not automatically hover over delete (Bug 5636264) - Fixing issue where multiple bgs in AllApps tab bar line makes it look blurry (Bug 5523822) Change-Id: I707397c231188a9feee8c0856374e0483cf37296
Diffstat (limited to 'res/values-sw340dp/dimens.xml')
-rw-r--r--res/values-sw340dp/dimens.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values-sw340dp/dimens.xml b/res/values-sw340dp/dimens.xml
new file mode 100644
index 000000000..69d6e58a3
--- /dev/null
+++ b/res/values-sw340dp/dimens.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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>
+ <!-- Drag padding to add to the bottom of drop targets -->
+ <dimen name="drop_target_drag_padding">20dp</dimen>
+</resources>