From 8c04d41b3bab0a7f8a725cdf94c61e4d12d64e6e Mon Sep 17 00:00:00 2001 From: Mike Scamell Date: Wed, 27 Nov 2024 16:37:27 +0000 Subject: [PATCH] add DuckDuckGo on Other Platforms item We had duplicate ic_open_in_24 so I deleted the one in vpn and moved it to common-ui I'll need it here later for the plugins work --- .../src/main/res/drawable/ic_open_in_24.xml | 14 -------------- .../main/res/layout/content_settings_new_other.xml | 8 ++++++++ app/src/main/res/values/strings.xml | 1 + .../src/main/res/drawable/ic_open_in_24.xml | 2 +- 4 files changed, 10 insertions(+), 15 deletions(-) delete mode 100644 app-tracking-protection/vpn-impl/src/main/res/drawable/ic_open_in_24.xml rename {network-protection/network-protection-impl => common/common-ui}/src/main/res/drawable/ic_open_in_24.xml (97%) diff --git a/app-tracking-protection/vpn-impl/src/main/res/drawable/ic_open_in_24.xml b/app-tracking-protection/vpn-impl/src/main/res/drawable/ic_open_in_24.xml deleted file mode 100644 index d1810c757de9..000000000000 --- a/app-tracking-protection/vpn-impl/src/main/res/drawable/ic_open_in_24.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - diff --git a/app/src/main/res/layout/content_settings_new_other.xml b/app/src/main/res/layout/content_settings_new_other.xml index e2d2b3fc5ba8..1bf3fec4d50c 100644 --- a/app/src/main/res/layout/content_settings_new_other.xml +++ b/app/src/main/res/layout/content_settings_new_other.xml @@ -40,4 +40,12 @@ app:primaryText="@string/leaveFeedback" app:leadingIcon="@drawable/ic_heart_gray_color_24" /> + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4691f592dc5d..6018634f06fc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -165,6 +165,7 @@ Add Widget to HomeScreen Set Your Address Bar Position Enable Voice Search + DuckDuckGo on Other Platforms Private Search diff --git a/network-protection/network-protection-impl/src/main/res/drawable/ic_open_in_24.xml b/common/common-ui/src/main/res/drawable/ic_open_in_24.xml similarity index 97% rename from network-protection/network-protection-impl/src/main/res/drawable/ic_open_in_24.xml rename to common/common-ui/src/main/res/drawable/ic_open_in_24.xml index 12aa7eb8fadd..d581aac9ffb3 100644 --- a/network-protection/network-protection-impl/src/main/res/drawable/ic_open_in_24.xml +++ b/common/common-ui/src/main/res/drawable/ic_open_in_24.xml @@ -1,5 +1,5 @@