Merge "Use theme colors in battery stats widget" into mnc-dev

This commit is contained in:
Alan Viverette
2015-05-07 16:57:09 +00:00
committed by Android (Google) Code Review

View File

@@ -28,7 +28,7 @@
android:gravity="center_vertical"
android:id="@+id/battery_history_chart"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="#ff000000"
android:textColor="?android:attr/textColorPrimary"
app:headerAppearance="?android:attr/textAppearanceMedium"
android:shadowRadius="4"
android:shadowColor="?android:attr/colorBackground"