From b40e1e315aaf76e983471d2286541a2a87759c76 Mon Sep 17 00:00:00 2001 From: Dan Sandler Date: Mon, 17 Apr 2023 10:33:48 -0400 Subject: [PATCH] Update SystemUI icon for Android 14 (This version of the icon uses the system color palette.) Bug: 267678663 Test: asset-only change: build, inspect in normal and fancy launcher icon mode Change-Id: I42a827c3d9d52d34ea791b78293e9443d5e0c62d --- packages/SystemUI/AndroidManifest.xml | 2 +- .../res/drawable/android14_patch_adaptive.xml | 21 +++++ .../android14_patch_adaptive_background.xml | 85 +++++++++++++++++++ .../android14_patch_adaptive_foreground.xml | 60 +++++++++++++ .../drawable/android14_patch_monochrome.xml | 84 ++++++++++++++++++ 5 files changed, 251 insertions(+), 1 deletion(-) create mode 100644 packages/SystemUI/res/drawable/android14_patch_adaptive.xml create mode 100644 packages/SystemUI/res/drawable/android14_patch_adaptive_background.xml create mode 100644 packages/SystemUI/res/drawable/android14_patch_adaptive_foreground.xml create mode 100644 packages/SystemUI/res/drawable/android14_patch_monochrome.xml diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 0aa121dfcc497..5c036988eb302 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -362,7 +362,7 @@ android:killAfterRestore="false" android:hardwareAccelerated="true" android:label="@string/app_label" - android:icon="@drawable/icon" + android:icon="@drawable/android14_patch_adaptive" android:process="com.android.systemui" android:supportsRtl="true" android:theme="@style/Theme.SystemUI" diff --git a/packages/SystemUI/res/drawable/android14_patch_adaptive.xml b/packages/SystemUI/res/drawable/android14_patch_adaptive.xml new file mode 100644 index 0000000000000..423e35146c248 --- /dev/null +++ b/packages/SystemUI/res/drawable/android14_patch_adaptive.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/drawable/android14_patch_adaptive_background.xml b/packages/SystemUI/res/drawable/android14_patch_adaptive_background.xml new file mode 100644 index 0000000000000..afeae4bd868ca --- /dev/null +++ b/packages/SystemUI/res/drawable/android14_patch_adaptive_background.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/SystemUI/res/drawable/android14_patch_adaptive_foreground.xml b/packages/SystemUI/res/drawable/android14_patch_adaptive_foreground.xml new file mode 100644 index 0000000000000..ced43056d08f6 --- /dev/null +++ b/packages/SystemUI/res/drawable/android14_patch_adaptive_foreground.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + diff --git a/packages/SystemUI/res/drawable/android14_patch_monochrome.xml b/packages/SystemUI/res/drawable/android14_patch_monochrome.xml new file mode 100644 index 0000000000000..beef85ce3b3fe --- /dev/null +++ b/packages/SystemUI/res/drawable/android14_patch_monochrome.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +