Fixed header elevation shadow on rotate

Change-Id: I1a4b55cf9af67d93e56d84378036c0061b6e8104
This commit is contained in:
Peter Schiller
2016-07-12 12:45:10 -07:00
parent e8eaa9c94c
commit 2e22b5d2de
4 changed files with 5 additions and 4 deletions

View File

@@ -273,7 +273,7 @@ public abstract class BaseRecyclerView extends RecyclerView
*
* @return the scroll top of this recycler view.
*/
protected abstract int getCurrentScrollY();
public abstract int getCurrentScrollY();
/**
* Maps the touch (from 0..1) to the adapter position that should be visible.