mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Do not scale down taskbar all apps icons.
Test: Manual Bug: 204696617 Change-Id: I2ede15d8beaef65661984fe63bd99d0e7e726774
This commit is contained in:
@@ -234,6 +234,7 @@ public class TaskbarActivityContext extends ContextThemeWrapper implements Activ
|
||||
mDeviceProfile.updateIconSize(1, resources);
|
||||
float iconScale = taskbarIconSize / mDeviceProfile.iconSizePx;
|
||||
mDeviceProfile.updateIconSize(iconScale, resources);
|
||||
mDeviceProfile.updateAllAppsIconSize(1, resources); // Leave all apps unscaled.
|
||||
}
|
||||
|
||||
/** Creates LayoutParams for adding a view directly to WindowManager as a new window */
|
||||
|
||||
Reference in New Issue
Block a user