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

Commit dbab5c7f authored by Noah Wang's avatar Noah Wang
Browse files

Fix hard-coded colors for accessibility screens to work with night mode

bug: 27257764
Change-Id: I885cdc44dc75cd6aeefe92de3735ff679fdddb6a
parent 65614324
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
        android:gravity="center"
        android:text="@string/screen_zoom_preview_title"
        android:textAppearance="@android:style/TextAppearance.Material.Widget.ActionBar.Title"
        android:textColor="?android:attr/textColorPrimaryInverse"
        android:textColor="@color/seek_bar_preference_preview_text"
        android:elevation="2dp"/>
</RelativeLayout>
+2 −2
Original line number Diff line number Diff line
@@ -373,8 +373,8 @@

    <style name="PreviewPagerPageIndicator">
        <item name="dotGap">8dp</item>
        <item name="pageIndicatorColor">@android:color/tertiary_text_light</item>
        <item name="currentPageIndicatorColor">@android:color/primary_text_light</item>
        <item name="pageIndicatorColor">?android:attr/colorControlNormal</item>
        <item name="currentPageIndicatorColor">?android:attr/colorControlActivated</item>
    </style>

    <style name="LanguageCheckboxAndLabel">