Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69ac6038 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Improving highlight for Clear-all button." into ub-launcher3-edmonton

parents 730ee62e 77cb385d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@
<TextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/clear_all_button"
    style="@android:style/Widget.DeviceDefault.Button.Borderless"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="end|top"
    android:fontFamily="sans-serif-medium"
    android:text="@string/recents_clear_all"
    android:textColor="?attr/workspaceTextColor"
    android:background="?android:attr/selectableItemBackground"
    android:textSize="14sp"
/>
 No newline at end of file
+0 −5
Original line number Diff line number Diff line
@@ -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);