summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Cling.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-09-20 17:43:51 -0700
committerWinson Chung <winsonc@google.com>2011-09-20 17:51:10 -0700
commit7a74ac9cd68db5e8bba87bbda43f73cea9c427c8 (patch)
tree000cfe21c7542e437fc140dc4caa4a59cce0025c /src/com/android/launcher2/Cling.java
parent53c67ee6cbd08c2afa313e7f0d25a5a3e1129c8e (diff)
downloadandroid_packages_apps_Trebuchet-7a74ac9cd68db5e8bba87bbda43f73cea9c427c8.tar.gz
android_packages_apps_Trebuchet-7a74ac9cd68db5e8bba87bbda43f73cea9c427c8.tar.bz2
android_packages_apps_Trebuchet-7a74ac9cd68db5e8bba87bbda43f73cea9c427c8.zip
Tweaking clings in response to usability testing. (5057945, 5056643)
- Updating assets - Removing folder cling text - Fading in folder cling after folder animation - Highlighting different icon in allapps cling Change-Id: I6e4fadf10b81a91296304f008644ee1d154ec5f8
Diffstat (limited to 'src/com/android/launcher2/Cling.java')
-rw-r--r--src/com/android/launcher2/Cling.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/Cling.java b/src/com/android/launcher2/Cling.java
index 09c5062ae..0a9bc7fa3 100644
--- a/src/com/android/launcher2/Cling.java
+++ b/src/com/android/launcher2/Cling.java
@@ -198,7 +198,7 @@ public class Cling extends FrameLayout {
if (mHandTouchGraphic == null) {
mHandTouchGraphic = getResources().getDrawable(R.drawable.hand);
}
- int offset = -mAppIconSize / 4;
+ int offset = mAppIconSize / 4;
mHandTouchGraphic.setBounds(cx + offset, cy + offset,
cx + mHandTouchGraphic.getIntrinsicWidth() + offset,
cy + mHandTouchGraphic.getIntrinsicHeight() + offset);