mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Improving highlight for Clear-all button.
Better shape + now has hover state. Bug: 72222505 Test: Manual Change-Id: I24ba55c760b15d71406a35ea5f7bf54f505741d6
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user