From b561fc3272eafbc42249c0e58898eb46d3378545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irfan=20=C3=96m=C3=BCr?= Date: Thu, 30 Jan 2025 17:26:15 +0300 Subject: [PATCH 1/2] Update `ic_launcher_foreground.xml` scale The scale values for `ic_launcher_foreground.xml` have been updated from 0.7213954 to 0.61. --- WooCommerce/src/main/res/drawable/ic_launcher_foreground.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WooCommerce/src/main/res/drawable/ic_launcher_foreground.xml b/WooCommerce/src/main/res/drawable/ic_launcher_foreground.xml index 127a0f0e80d..a85ba609fdd 100644 --- a/WooCommerce/src/main/res/drawable/ic_launcher_foreground.xml +++ b/WooCommerce/src/main/res/drawable/ic_launcher_foreground.xml @@ -6,8 +6,8 @@ + android:scaleX="0.61" + android:scaleY="0.61"> Date: Thu, 30 Jan 2025 21:12:14 +0300 Subject: [PATCH 2/2] Update app icon size for the wasabi variant --- .../src/wasabi/res/drawable/ic_launcher_foreground.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WooCommerce/src/wasabi/res/drawable/ic_launcher_foreground.xml b/WooCommerce/src/wasabi/res/drawable/ic_launcher_foreground.xml index e926377d37a..460ef4abac6 100644 --- a/WooCommerce/src/wasabi/res/drawable/ic_launcher_foreground.xml +++ b/WooCommerce/src/wasabi/res/drawable/ic_launcher_foreground.xml @@ -7,8 +7,8 @@ android:pivotX="54" android:pivotY="54" android:rotation="180" - android:scaleX="0.7213954" - android:scaleY="0.7213954"> + android:scaleX="0.61" + android:scaleY="0.61">