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

@@ -177,10 +177,6 @@ public class BaseRecyclerViewFastScrollBar {
return mThumbHeight;
}
public int getThumbMaxWidth() {
return mMaxWidth;
}
public boolean isDraggingThumb() {
return mIsDragging;
}