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

Commit 635ac7bc authored by Arian's avatar Arian
Browse files

LineageParts: Change text color of notification light speed settings

It used to be white text on accent color in dark mode which is
hard to read.

Before: https://imgur.com/a/GjFKIPf
After: https://imgur.com/a/lTsowQW

Change-Id: I13ed8674eb68098b34f29bf27a667a38c128314a
parent 2bef9bd3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:id="@+id/textViewName"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
@@ -8,6 +9,7 @@
    android:paddingEnd="4dp"
    android:paddingTop="8dp"
    android:paddingBottom="8dp"
    android:textAppearance="@android:style/TextAppearance.Material.Subhead" >
    android:textAppearance="@android:style/TextAppearance.Material.Subhead"
    android:textColor="?androidprv:attr/textColorOnAccent" >

</TextView>