diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 0b685144134..3cc23c323f5 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -14,13 +14,15 @@ limitations under the License. --> - + #82000000 @android:color/black #783BE5 #3F5FBD @*android:color/material_grey_900 @*android:color/material_grey_900 + ?androidprv:attr/colorSurfaceVariant @*android:color/material_grey_800 #AECBFA #5F6368 diff --git a/res/values/colors.xml b/res/values/colors.xml index 71d110b3408..edef6ef257b 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -150,7 +150,7 @@ - ?androidprv:attr/colorSurface + ?androidprv:attr/colorSurfaceHighlight #ffdadce0 diff --git a/res/values/styles.xml b/res/values/styles.xml index 2a13b32e1e2..5fa2f566bdc 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -308,10 +308,11 @@ ?android:attr/textColorPrimary - diff --git a/src/com/android/settings/Utils.java b/src/com/android/settings/Utils.java index 90dad9ddec6..4f0515c02d9 100644 --- a/src/com/android/settings/Utils.java +++ b/src/com/android/settings/Utils.java @@ -1219,7 +1219,7 @@ public final class Utils extends com.android.settingslib.Utils { */ @ColorInt public static int getHomepageIconColor(Context context) { - return getColorAttrDefaultColor(context, android.R.attr.textColorPrimary); + return getColorAttrDefaultColor(context, android.R.attr.textColorSecondary); } public static boolean isProviderModelEnabled(Context context) {