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

Commit 758da74e authored by Daisuke Miyakawa's avatar Daisuke Miyakawa Committed by Android (Google) Code Review
Browse files

Merge "Make dial button have focused background"

parents 7b8d9ce1 1cc882d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true"
        android:drawable="@drawable/btn_call_pressed" />
    <item android:state_focused="true"
        android:drawable="@drawable/btn_dial_selected" />
    <item
        android:drawable="@android:color/transparent" />
</selector>