From 7acbc6a9ca67e7f39c2516ebb3a7931515900423 Mon Sep 17 00:00:00 2001 From: Michael W Date: Thu, 10 Apr 2025 13:21:21 +0200 Subject: [PATCH] Messaging: No need to access private color members These are public and thus we don't need "@*" Change-Id: Iaddafed125c14e21750871c7a07abd1c4c03aee4 --- res/values-night/lineage_colors.xml | 8 +++--- res/values/colors.xml | 40 ++++++++++++++--------------- res/values/lineage_colors.xml | 6 ++--- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/res/values-night/lineage_colors.xml b/res/values-night/lineage_colors.xml index 3f86e7c..1958fb2 100644 --- a/res/values-night/lineage_colors.xml +++ b/res/values-night/lineage_colors.xml @@ -1,7 +1,7 @@ - @*android:color/system_accent1_100 + @android:color/system_accent1_100 - @*android:color/system_neutral1_900 + @android:color/system_neutral1_900 - @*android:color/system_neutral1_600 + @android:color/system_neutral1_600 @android:color/black diff --git a/res/values/colors.xml b/res/values/colors.xml index c427da1..5372ba3 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -1,7 +1,7 @@ - @*android:color/system_accent1_600 + @android:color/system_accent1_600 @color/primary_color - @*android:color/system_neutral1_0 + @android:color/system_neutral1_0 @android:color/system_accent1_600 - @*android:color/system_accent1_700 - @*android:color/system_accent1_600 - @*android:color/system_accent1_700 - @*android:color/system_accent1_600 + @android:color/system_accent1_700 + @android:color/system_accent1_600 + @android:color/system_accent1_700 + @android:color/system_accent1_600 #636363 @@ -66,7 +66,7 @@ #ffffffff #e2e2e2 #ffffffff - @*android:color/system_accent3_300 + @android:color/system_accent3_300 #7f040000 #ff808080 @@ -96,18 +96,18 @@ #44000000 - @*android:color/system_accent1_300 - @*android:color/system_accent2_300 - @*android:color/system_accent3_300 - @*android:color/system_accent1_400 - @*android:color/system_accent2_400 - @*android:color/system_accent3_400 - @*android:color/system_accent1_500 - @*android:color/system_accent2_500 - @*android:color/system_accent3_500 - @*android:color/system_accent1_600 - @*android:color/system_accent2_600 - @*android:color/system_accent3_600 + @android:color/system_accent1_300 + @android:color/system_accent2_300 + @android:color/system_accent3_300 + @android:color/system_accent1_400 + @android:color/system_accent2_400 + @android:color/system_accent3_400 + @android:color/system_accent1_500 + @android:color/system_accent2_500 + @android:color/system_accent3_500 + @android:color/system_accent1_600 + @android:color/system_accent2_600 + @android:color/system_accent3_600 #ffffff diff --git a/res/values/lineage_colors.xml b/res/values/lineage_colors.xml index e52a6da..77ee55a 100644 --- a/res/values/lineage_colors.xml +++ b/res/values/lineage_colors.xml @@ -1,7 +1,7 @@ - @*android:color/system_accent1_600 + @android:color/system_accent1_600 - @*android:color/system_neutral1_50 + @android:color/system_neutral1_50 @color/window_background