From 632b2f09dfb61a9a08b2d4fd16dfedb4dd6de272 Mon Sep 17 00:00:00 2001 From: Hakjun Choi Date: Thu, 18 Apr 2024 09:20:11 +0000 Subject: [PATCH] Update satellite icon to match with system UI's Reflected updated satellite icon. Bug: 335580537 Test: manually verify the icon is matched with the icon on notification area Change-Id: I6a4eb05ceb0d8ad208b1fb8ac1c43cfc389d1dec --- res/drawable/ic_android_satellite_24px.xml | 10 ++++++++++ res/xml/satellite_setting.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 res/drawable/ic_android_satellite_24px.xml diff --git a/res/drawable/ic_android_satellite_24px.xml b/res/drawable/ic_android_satellite_24px.xml new file mode 100644 index 00000000000..15f28840069 --- /dev/null +++ b/res/drawable/ic_android_satellite_24px.xml @@ -0,0 +1,10 @@ + + + diff --git a/res/xml/satellite_setting.xml b/res/xml/satellite_setting.xml index 9eb176303b0..09fbbd66171 100644 --- a/res/xml/satellite_setting.xml +++ b/res/xml/satellite_setting.xml @@ -53,7 +53,7 @@ android:key="key_supported_service" android:title="@string/title_supported_service" android:summary="@string/summary_supported_service" - android:icon="@drawable/ic_satellite_alt_24px"/> + android:icon="@drawable/ic_android_satellite_24px"/>