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

Commit 67410188 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ic19d66e9 into eclair

* changes:
  Changed the dialed numbers' foreground to be white instead of black.[do not merge]
parents 81f957d7 c19d66e9
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>