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

Commit cd0ee086 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Add missing "action" key background definition"

parents 70ae4efd b66d0602
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -23,6 +23,13 @@
    <item android:state_single="true"
          android:drawable="@drawable/btn_keyboard_key_dark_normal" />

    <!-- Action keys. -->

    <item android:state_active="true" android:state_pressed="true"
          android:drawable="@drawable/btn_keyboard_key_dark_pressed" />
    <item android:state_active="true"
          android:drawable="@drawable/btn_keyboard_key_dark_normal" />

    <!-- Toggle keys. Use checkable/checked state. -->

    <item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
@@ -34,7 +41,7 @@
    <item android:state_checkable="true"
          android:drawable="@drawable/btn_keyboard_key_dark_normal_off" />

    <!-- Normal keys -->
    <!-- Normal keys. -->

    <item android:state_pressed="true"
          android:drawable="@drawable/btn_keyboard_key_light_pressed" />
+8 −1
Original line number Diff line number Diff line
@@ -23,6 +23,13 @@
    <item android:state_single="true"
          android:drawable="@drawable/btn_keyboard_key_normal_stone" />

    <!-- Action keys. -->

    <item android:state_active="true" android:state_pressed="true"
          android:drawable="@drawable/btn_keyboard_key_fulltrans_pressed" />
    <item android:state_active="true"
          android:drawable="@drawable/btn_keyboard_key_normal_stone" />

    <!-- Toggle keys. Use checkable/checked state. -->

    <item android:state_checkable="true" android:state_checked="true"
@@ -35,7 +42,7 @@
    <item android:state_checkable="true"
          android:drawable="@drawable/btn_keyboard_key_normal_off_stone" />

    <!-- Normal keys -->
    <!-- Normal keys. -->

    <item android:state_pressed="true"
          android:drawable="@drawable/btn_keyboard_key_fulltrans_pressed" />