am 840002d6: Merge "Use theme colors in battery stats widget" into mnc-dev

* commit '840002d66c19af51618489850c7ccea465cd23f8':
  Use theme colors in battery stats widget
This commit is contained in:
Alan Viverette
2015-05-07 17:30:02 +00:00
committed by Android Git Automerger

View File

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