SettingsLib: Follow monet in custom PreferenceCategory

Change-Id: I54d8890b033c348494bf2eed52aa29fcedfb523b
diff --git a/packages/SettingsLib/SettingsTheme/res/layout/preference_category_material_customized.xml b/packages/SettingsLib/SettingsTheme/res/layout/preference_category_material_customized.xml
index 18d2464..b14f98d 100644
--- a/packages/SettingsLib/SettingsTheme/res/layout/preference_category_material_customized.xml
+++ b/packages/SettingsLib/SettingsTheme/res/layout/preference_category_material_customized.xml
@@ -23,12 +23,12 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:paddingEnd="8dp"
-            android:textColor="?android:attr/textColorPrimary" />
+            android:textColor="@color/settingslib_materialColorPrimary" />
 
         <View
             android:layout_gravity="right|center_vertical|center_horizontal|center|end"
             android:id="@+id/customized_divider"
-            android:background="?android:attr/listDivider"
+            android:background="@color/settingslib_materialColorPrimaryContainer"
             android:layout_width="wrap_content"
             android:layout_height="1dp" />