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

Commit 97d2a22c authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Add disabled state to lap button

Bug: 10151089
Change-Id: I8c7a921447427ecc0608ace2f19dc38ae4aa3064
parent ac500796
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false"
        android:drawable="@drawable/ic_lapalternate_disabled" />
    <item android:state_focused="true" android:state_window_focused="true"
        android:drawable="@drawable/ic_lapalternate_pressed" />
    <item android:state_pressed="true" android:state_window_focused="true"