mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Customize BubbleTextView for Taskbar Icon Size" into main
This commit is contained in:
@@ -237,7 +237,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
defaultIconSize = getResources().getDimensionPixelSize(
|
||||
R.dimen.search_row_small_icon_size);
|
||||
} else if (mDisplay == DISPLAY_TASKBAR) {
|
||||
defaultIconSize = mDeviceProfile.iconSizePx;
|
||||
defaultIconSize = mDeviceProfile.taskbarIconSize;
|
||||
} else {
|
||||
// widget_selection or shortcut_popup
|
||||
defaultIconSize = mDeviceProfile.iconSizePx;
|
||||
|
||||
Reference in New Issue
Block a user