From 369117904157a361abc13ddfa2a1d69de1e8696e Mon Sep 17 00:00:00 2001 From: Steven Ng Date: Fri, 9 Apr 2021 11:15:50 +0100 Subject: [PATCH] Set width & height of app icons in all widgets tray to 48dp Bug: 184877669 Test: Change the grid size and observe app icons in all widgets tray stay the same. Change-Id: I856d5fada579474fffb6296d641fb686623ca2cc --- res/layout/widgets_list_row_header.xml | 4 +++- .../android/launcher3/widget/picker/WidgetsListHeader.java | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/res/layout/widgets_list_row_header.xml b/res/layout/widgets_list_row_header.xml index 598041cd3f..8259c16612 100644 --- a/res/layout/widgets_list_row_header.xml +++ b/res/layout/widgets_list_row_header.xml @@ -15,6 +15,7 @@ --> + android:orientation="horizontal" + launcher:appIconSize="48dp">