diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0b6c5d9abf6..daadd35d213 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -240,6 +240,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/color-v35/settings_two_pane_background_color.xml b/res/color-v35/settings_two_pane_background_color.xml
new file mode 100644
index 00000000000..ff305abada2
--- /dev/null
+++ b/res/color-v35/settings_two_pane_background_color.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
\ No newline at end of file
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-night/themes.xml b/res/values-night/themes.xml
index c28bfbb94ef..141badbc9c6 100644
--- a/res/values-night/themes.xml
+++ b/res/values-night/themes.xml
@@ -20,7 +20,7 @@