Merge "Customize BubbleTextView for Taskbar Icon Size" into main

This commit is contained in:
Jagrut Desai
2024-03-27 16:46:16 +00:00
committed by Android (Google) Code Review
3 changed files with 10 additions and 13 deletions

View File

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