diff --git a/res/color/color_accent_selector.xml b/res/color/color_accent_selector.xml index 3ccb64068ec..2b4a6b84f60 100644 --- a/res/color/color_accent_selector.xml +++ b/res/color/color_accent_selector.xml @@ -14,5 +14,5 @@ limitations under the License. --> - + diff --git a/res/drawable/battery_hints_chip_bg.xml b/res/drawable/battery_hints_chip_bg.xml index c2b662c2719..e025419e6c0 100644 --- a/res/drawable/battery_hints_chip_bg.xml +++ b/res/drawable/battery_hints_chip_bg.xml @@ -16,8 +16,7 @@ --> - + \ No newline at end of file diff --git a/res/drawable/battery_tips_all_rounded_bg.xml b/res/drawable/battery_tips_all_rounded_bg.xml index 4f61f544074..ba164b97023 100644 --- a/res/drawable/battery_tips_all_rounded_bg.xml +++ b/res/drawable/battery_tips_all_rounded_bg.xml @@ -17,6 +17,6 @@ - + \ No newline at end of file diff --git a/res/layout/battery_tips_card.xml b/res/layout/battery_tips_card.xml index 1a121ba34ea..18c326f8b85 100644 --- a/res/layout/battery_tips_card.xml +++ b/res/layout/battery_tips_card.xml @@ -25,7 +25,7 @@ android:layout_marginTop="8dp" android:textAlignment="viewStart" android:textAppearance="@style/TextAppearance.Material3.TitleMedium" - android:textColor="?android:attr/textColorPrimary" /> + android:textColor="@color/settingslib_materialColorOnSurface" /> \ No newline at end of file diff --git a/res/layout/power_anomaly_hints.xml b/res/layout/power_anomaly_hints.xml index 3781046e626..7ee419e4dcb 100644 --- a/res/layout/power_anomaly_hints.xml +++ b/res/layout/power_anomaly_hints.xml @@ -38,6 +38,6 @@ android:paddingHorizontal="8dp" android:textAlignment="viewStart" android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle2" - android:textColor="?androidprv:attr/materialColorOnSurface"/> + android:textColor="@color/settingslib_materialColorOnSurface"/> \ No newline at end of file diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index a27fbaacefc..fb73e6ecc44 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -58,7 +58,6 @@ #FDD663 - #2E3300 #7DA7F1 diff --git a/res/values/colors.xml b/res/values/colors.xml index 03225a5c447..6d925261979 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -171,9 +171,8 @@ ?android:attr/textColorPrimary - + #D56E0C - #FFFFFF #699FF3