Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62d70236 authored by Peter Schiller's avatar Peter Schiller
Browse files

Update fast scroll shadow to match other shadows

Change-Id: Ia19f64b8c3b5a09a11909f2792e3c0956a0dc1cd
parent 7da6d00c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = 5;
    private static final int SHADOW_SHIFT_Y = 4;
    private static final float SHADOW_ALPHA_MULTIPLIER = 0.5f;
    private static final int SHADOW_INSET = 3;
    private static final int SHADOW_SHIFT_Y = 2;
    private static final float SHADOW_ALPHA_MULTIPLIER = 0.67f;

    private Resources mRes;
    private BaseRecyclerView mRv;