diff --git a/res/layout/preference_battery_error.xml b/res/layout/preference_battery_error.xml
index 66ff96a71f2..4efd13af012 100644
--- a/res/layout/preference_battery_error.xml
+++ b/res/layout/preference_battery_error.xml
@@ -1,20 +1,20 @@
-
+
+ android:padding="20dp"
+ android:background="@color/battery_info_error_color_red">
@@ -53,7 +55,7 @@
android:layout_gravity="end"
android:text="@string/battery_missing_link_message"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:attr/colorError" />
+ android:textColor="@*android:color/material_red_A700" />
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 0aa309f92a3..fc79f25e770 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -117,6 +117,7 @@
#4caf50
#fdd835
#f44336
+ #fce8e6
#ff00bcd4