From 9feb653d0e3d3806f9ad4adaae609d91e0188d46 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Tue, 26 Mar 2024 15:16:00 +0530 Subject: [PATCH] Update app icon according to new design --- ...ate-app-icon-according-to-new-design.patch | 233 ++++++++++++++++++ build/e_patches_list.txt | 3 +- 2 files changed, 235 insertions(+), 1 deletion(-) create mode 100644 build/e_patches/0050-Update-app-icon-according-to-new-design.patch diff --git a/build/e_patches/0050-Update-app-icon-according-to-new-design.patch b/build/e_patches/0050-Update-app-icon-according-to-new-design.patch new file mode 100644 index 00000000..90b2aef2 --- /dev/null +++ b/build/e_patches/0050-Update-app-icon-according-to-new-design.patch @@ -0,0 +1,233 @@ +From 6098b4d47b5ee0a8572341473f561052d20344e8 Mon Sep 17 00:00:00 2001 +From: Nishith Khanna +Date: Wed, 14 Feb 2024 15:09:43 +0530 +Subject: [PATCH 49/49] Update app icon + +--- + .../drawable/ic_launcher_background.xml | 89 +++++++++++--- + .../drawable/ic_launcher_foreground.xml | 113 ++++++++++++++++-- + 2 files changed, 175 insertions(+), 27 deletions(-) + +diff --git a/chrome/android/java/res_chromium_base/drawable/ic_launcher_background.xml b/chrome/android/java/res_chromium_base/drawable/ic_launcher_background.xml +index fcefd38d32678..7852ae0318cd3 100644 +--- a/chrome/android/java/res_chromium_base/drawable/ic_launcher_background.xml ++++ b/chrome/android/java/res_chromium_base/drawable/ic_launcher_background.xml +@@ -4,18 +4,79 @@ + android:height="108dp" + android:viewportWidth="108" + android:viewportHeight="108"> +- +- +- +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +diff --git a/chrome/android/java/res_chromium_base/drawable/ic_launcher_foreground.xml b/chrome/android/java/res_chromium_base/drawable/ic_launcher_foreground.xml +index 49fbe9525bc1a..7330ae6b34976 100644 +--- a/chrome/android/java/res_chromium_base/drawable/ic_launcher_foreground.xml ++++ b/chrome/android/java/res_chromium_base/drawable/ic_launcher_foreground.xml +@@ -4,17 +4,104 @@ + android:height="108dp" + android:viewportWidth="108" + android:viewportHeight="108"> +- +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +-- +2.43.1 + diff --git a/build/e_patches_list.txt b/build/e_patches_list.txt index 68780820..b820d5df 100644 --- a/build/e_patches_list.txt +++ b/build/e_patches_list.txt @@ -45,4 +45,5 @@ 0046-Browser-Enable-webRTC-by-default.patch 0047-Browser-Enable-webgl-by-default.patch 0048-Enable-sensors-by-default.patch -0049-Change-accent-and-switch-to-match-our-palette.patch \ No newline at end of file +0049-Change-accent-and-switch-to-match-our-palette.patch +0050-Update-app-icon-according-to-new-design.patch \ No newline at end of file -- GitLab