mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Merge "Removing fading edges from recyclerView as we already have full background behing search box, and additional laying is not requred" into tm-dev
This commit is contained in:
@@ -288,12 +288,6 @@ public class AllAppsRecyclerView extends BaseRecyclerView {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected float getBottomFadingEdgeStrength() {
|
||||
// No bottom fading edge.
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isPaddingOffsetRequired() {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user