Updating all apps to match spec

Change-Id: Ie351fdea2e3b05ca911e6533f0c5d00c17e0847c
This commit is contained in:
Peter Schiller
2016-06-30 13:52:36 -07:00
parent b1e9e8d662
commit 310a988993
10 changed files with 142 additions and 48 deletions

View File

@@ -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;