Removing the section break UI support

This was an exploration for an alternative UI in all apps, where we
show section headers before every section. This was never released.

Change-Id: I2d36f1d078cc9a6f3ba6f0ec9655412182c9b016
This commit is contained in:
Sunny Goyal
2016-10-13 09:31:24 -07:00
parent 7630369904
commit 2a65020da1
11 changed files with 28 additions and 489 deletions

View File

@@ -172,13 +172,6 @@ public abstract class BaseRecyclerView extends RecyclerView
return mBackgroundPadding;
}
/**
* Returns the scroll bar width when the user is scrolling.
*/
public int getMaxScrollbarWidth() {
return mScrollbar.getThumbMaxWidth();
}
/**
* Returns the visible height of the recycler view:
* VisibleHeight = View height - top padding - bottom padding