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:
Zak Cohen
2021-02-26 16:56:35 -08:00
parent 57e41f9fb7
commit 6066f3dde4
7 changed files with 80 additions and 115 deletions

View File

@@ -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);
}
}