mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Tone down foreground springs until they are properly tuned.
Change-Id: I8c66bc9b4828da82d5dcf74d1479795c4d75ed7c
This commit is contained in:
@@ -81,8 +81,8 @@ public class FloatingIconView extends View implements
|
||||
|
||||
// We spring the foreground drawable relative to the icon's movement in the DragLayer.
|
||||
// We then use these two factor values to scale the movement of the fg within this view.
|
||||
private static final int FG_TRANS_X_FACTOR = 200;
|
||||
private static final int FG_TRANS_Y_FACTOR = 300;
|
||||
private static final int FG_TRANS_X_FACTOR = 80;
|
||||
private static final int FG_TRANS_Y_FACTOR = 100;
|
||||
|
||||
private static final FloatPropertyCompat<FloatingIconView> mFgTransYProperty
|
||||
= new FloatPropertyCompat<FloatingIconView>("FloatingViewFgTransY") {
|
||||
|
||||
Reference in New Issue
Block a user