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

Commit c19d66e9 authored by Nicolas Catania's avatar Nicolas Catania
Browse files

Changed the dialed numbers' foreground to be white instead of black.[do not merge]

Bug:2184896
parent dbdcde26
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_pressed="true" android:color="#000"/>
    <item android:state_focused="true" android:color="#000"/>
    <item android:state_focused="true" android:color="#FFF"/>
    <item android:color="#FFF"/> <!-- not selected -->

</selector>