Improving highlight for Clear-all button.

Better shape + now has hover state.

Bug: 72222505
Test: Manual
Change-Id: I24ba55c760b15d71406a35ea5f7bf54f505741d6
This commit is contained in:
Vadim Tryshev
2018-04-24 14:09:02 -07:00
parent ad007ba9f1
commit 77cb385d47
2 changed files with 1 additions and 6 deletions

View File

@@ -1556,11 +1556,6 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
return mDownMotionY;
}
@Override
public boolean onHoverEvent(android.view.MotionEvent event) {
return true;
}
protected interface ComputePageScrollsLogic {
boolean shouldIncludeView(View view);