From a611afdd7fba2a9cf0edb89cd9bcefa726932d71 Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Wed, 6 Sep 2023 13:06:42 +0530 Subject: [PATCH] Overlay frameworks_chips to fix contact suggestion in Etar --- .../opt/chips/res/values-night/colors.xml | 20 +++++++++++++++++++ .../opt/chips/res/values/colors.xml | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 overlay/no-rro/frameworks/opt/chips/res/values-night/colors.xml create mode 100644 overlay/no-rro/frameworks/opt/chips/res/values/colors.xml diff --git a/overlay/no-rro/frameworks/opt/chips/res/values-night/colors.xml b/overlay/no-rro/frameworks/opt/chips/res/values-night/colors.xml new file mode 100644 index 0000000..2af37e9 --- /dev/null +++ b/overlay/no-rro/frameworks/opt/chips/res/values-night/colors.xml @@ -0,0 +1,20 @@ + + + + #61FFFFFF + #DEFFFFFF + diff --git a/overlay/no-rro/frameworks/opt/chips/res/values/colors.xml b/overlay/no-rro/frameworks/opt/chips/res/values/colors.xml new file mode 100644 index 0000000..f5d680c --- /dev/null +++ b/overlay/no-rro/frameworks/opt/chips/res/values/colors.xml @@ -0,0 +1,20 @@ + + + + #61000000 + #DE000000 + -- GitLab