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:
Sunny Goyal
2022-05-05 05:21:11 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 21 deletions

View File

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