Merge "FloatingToolbar: Include scroll indicators in overflow." into nyc-dev

This commit is contained in:
Abodunrinwa Toki
2016-04-06 16:38:50 +00:00
committed by Android (Google) Code Review

View File

@@ -1460,6 +1460,7 @@ public final class FloatingToolbar {
super(Preconditions.checkNotNull(popup).mContext);
this.mPopup = popup;
setScrollBarDefaultDelayBeforeFade(ViewConfiguration.getScrollDefaultDelay() * 3);
setScrollIndicators(View.SCROLL_INDICATOR_TOP | View.SCROLL_INDICATOR_BOTTOM);
}
@Override