From 29ae91c36f380f4536bdfdc11244f2cd1b8fbe4a Mon Sep 17 00:00:00 2001 From: Brandon Dayauon Date: Fri, 21 Feb 2025 22:10:12 +0000 Subject: [PATCH] Change ps_install app icon to adaptive drawable In the before pic, you can see that the original drawable is small/compressed with a white ring around it. You can't really see that in the light theme since the white ring is blended. It is much clearer in the dark theme that this is the case. Changing the vector drawable to adaptive-icon will fix the white ring in the icon. bug:396346767 Test: manual screenshot: before: light theme: https://hsv.googleplex.com/6358252685099008 dark theme: https://hsv.googleplex.com/6567188726022144 after: light theme: https://hsv.googleplex.com/4762286056013824 dark theme: https://hsv.googleplex.com/4821700083449856 Flag: EXEMPT bug fix Change-Id: Ib557bcf5fce5e58b6be4bb8bc82673441816b2d7 --- .../private_space_install_app_icon.xml | 20 +++------------ ...vate_space_install_app_icon_foreground.xml | 25 +++++++++++++++++++ 2 files changed, 29 insertions(+), 16 deletions(-) create mode 100644 res/drawable/private_space_install_app_icon_foreground.xml diff --git a/res/drawable/private_space_install_app_icon.xml b/res/drawable/private_space_install_app_icon.xml index cfec2b126d..1e7fe43527 100644 --- a/res/drawable/private_space_install_app_icon.xml +++ b/res/drawable/private_space_install_app_icon.xml @@ -13,19 +13,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - - - - - - - + + + + diff --git a/res/drawable/private_space_install_app_icon_foreground.xml b/res/drawable/private_space_install_app_icon_foreground.xml new file mode 100644 index 0000000000..d55abe7304 --- /dev/null +++ b/res/drawable/private_space_install_app_icon_foreground.xml @@ -0,0 +1,25 @@ + + + + +