mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Updating all apps to match spec
Change-Id: Ie351fdea2e3b05ca911e6533f0c5d00c17e0847c
This commit is contained in:
@@ -32,9 +32,9 @@ public class BaseRecyclerViewFastScrollPopup {
|
||||
|
||||
private static final float FAST_SCROLL_OVERLAY_Y_OFFSET_FACTOR = 1.5f;
|
||||
|
||||
private static final int SHADOW_INSET = 6;
|
||||
private static final int SHADOW_INSET = 5;
|
||||
private static final int SHADOW_SHIFT_Y = 4;
|
||||
private static final float SHADOW_ALPHA_MULTIPLIER = 0.6f;
|
||||
private static final float SHADOW_ALPHA_MULTIPLIER = 0.5f;
|
||||
|
||||
private Resources mRes;
|
||||
private BaseRecyclerView mRv;
|
||||
|
||||
Reference in New Issue
Block a user