Merge "FloatingToolbar: Include scroll indicators in overflow." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
856ebe206b
@@ -1460,6 +1460,7 @@ public final class FloatingToolbar {
|
|||||||
super(Preconditions.checkNotNull(popup).mContext);
|
super(Preconditions.checkNotNull(popup).mContext);
|
||||||
this.mPopup = popup;
|
this.mPopup = popup;
|
||||||
setScrollBarDefaultDelayBeforeFade(ViewConfiguration.getScrollDefaultDelay() * 3);
|
setScrollBarDefaultDelayBeforeFade(ViewConfiguration.getScrollDefaultDelay() * 3);
|
||||||
|
setScrollIndicators(View.SCROLL_INDICATOR_TOP | View.SCROLL_INDICATOR_BOTTOM);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user