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

Commit 7dab391b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update dark theme battery info error text color" into sc-dev am: 501a4cea

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15308397

Change-Id: Ifff82969ab6776ee7f6d24951fd55173fa729c2a
parents e690a351 501a4cea
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,7 @@
                      android:layout_marginTop="12dp"
                      android:layout_marginTop="12dp"
                      android:layout_marginBottom="16dp"
                      android:layout_marginBottom="16dp"
                      android:text="@string/battery_missing_message"
                      android:text="@string/battery_missing_message"
                      android:textColor="@color/battery_info_error_color_black"
                      android:textAppearance="?android:attr/textAppearanceListItem" />
                      android:textAppearance="?android:attr/textAppearanceListItem" />


            <TextView android:id="@+id/link_text"
            <TextView android:id="@+id/link_text"
+3 −0
Original line number Original line Diff line number Diff line
@@ -210,4 +210,7 @@


    <!-- Material inverse ripple color, useful for inverted backgrounds. -->
    <!-- Material inverse ripple color, useful for inverted backgrounds. -->
    <color name="ripple_material_inverse">@*android:color/ripple_material_dark</color>
    <color name="ripple_material_inverse">@*android:color/ripple_material_dark</color>

    <!-- Battery error text color -->
    <color name="battery_info_error_color_black">@*android:color/primary_text_default_material_light</color>
</resources>
</resources>