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

Commit 8ce21196 authored by Matías Hernández's avatar Matías Hernández
Browse files

Improve the contrast for the "schedule duration" text

Fixes: 369958722
Test: manual
Flag: android.app.modes_ui
Change-Id: I3ea87790c4884d4201fe27644b1e47389932d89f
parent 9b36ed51
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -127,7 +127,8 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingHorizontal="8dp"
            android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Small" />
            android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Small"
            android:textColor="?android:attr/textColorSecondary" />

        <!-- right side line divider -->
        <View