mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Update Overview UI to new layout.
This change spaces out app icon and proactive row as well as removing the clipping from task snapshots. Bug: 179922117 Test: Local on two devices Change-Id: I5075b6dd7895cb40cdd59495fd27e4153c9cc2ea
This commit is contained in:
@@ -26,7 +26,6 @@ import android.view.MotionEvent;
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
import com.android.launcher3.DeviceProfile;
|
||||
import com.android.launcher3.R;
|
||||
import com.android.launcher3.touch.PagedOrientationHandler;
|
||||
import com.android.quickstep.fallback.RecentsState;
|
||||
import com.android.quickstep.util.ActivityInitListener;
|
||||
@@ -155,10 +154,4 @@ public final class FallbackActivityInterface extends
|
||||
}
|
||||
activity.<RecentsView>getOverviewPanel().startHome();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected float getExtraSpace(Context context, DeviceProfile dp,
|
||||
PagedOrientationHandler orientationHandler) {
|
||||
return context.getResources().getDimensionPixelSize(R.dimen.overview_actions_height);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user