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

Commit 1cc882d5 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Make dial button have focused background

Bug: 5293260
Change-Id: Iaad2bbde7d8cfcd84280c619f4f370725ac5f2d7
parent d87781e6
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>