mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Removing fading edges from recyclerView as we already have full
background behing search box, and additional laying is not requred Bug: 221095750 Test: Manual Change-Id: I2251ebae6f09467fb354d9240e3781a7ca076aa9
This commit is contained in:
@@ -271,12 +271,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