Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b2d47f4 authored by Alan Viverette's avatar Alan Viverette
Browse files

Use theme colors in battery stats widget

Bug: 20633519
Change-Id: Ia83848ff506afbddf320fa0ed3d022f9a0e884dc
parent 39ac24df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"