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:
Sunny Goyal
2022-04-27 10:05:20 -07:00
parent e73c3075c1
commit afaefbca33
2 changed files with 0 additions and 21 deletions

View File

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