mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user