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

Commit 37becdbe authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by The Android Automerger
Browse files

Fix emoji key background of Holo themes

Bug: 18361310
Change-Id: Ie56f2af8fc43499d1fa1d505fb4941cd5dba1395
parent 7ca950a0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@
          android:drawable="@drawable/btn_keyboard_key_normal_off_holo_dark" />

    <!-- Empty background keys. -->
    <item android:state_empty="true" android:state_pressed="true"
          android:drawable="@drawable/btn_keyboard_key_pressed_ics_light" />
    <item android:state_empty="true"
          android:drawable="@android:color/transparent" />

+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@
          android:drawable="@drawable/btn_keyboard_key_normal_off_holo_dark" />

    <!-- Empty background keys. -->
    <item android:state_empty="true" android:state_pressed="true"
          android:drawable="@drawable/btn_keyboard_key_pressed_klp_light" />
    <item android:state_empty="true"
          android:drawable="@android:color/transparent" />

+3 −1
Original line number Diff line number Diff line
@@ -32,8 +32,10 @@
          android:drawable="@drawable/btn_keyboard_key_normal_off_lxx_dark" />

    <!-- Empty background keys. -->
    <item android:state_empty="true" android:state_pressed="true"
          android:drawable="@color/key_background_pressed_lxx_dark" />
    <item android:state_empty="true"
          android:drawable="@color/key_background_lxx_dark" />
          android:drawable="@android:color/transparent" />

    <!-- Normal keys. -->
    <item android:state_pressed="true"
+3 −1
Original line number Diff line number Diff line
@@ -32,8 +32,10 @@
          android:drawable="@drawable/btn_keyboard_key_normal_off_lxx_light" />

    <!-- Empty background keys. -->
    <item android:state_empty="true" android:state_pressed="true"
          android:drawable="@color/key_background_pressed_lxx_light" />
    <item android:state_empty="true"
          android:drawable="@color/key_background_lxx_light" />
          android:drawable="@android:color/transparent" />

    <!-- Normal keys. -->
    <item android:state_pressed="true"
+1 −1
Original line number Diff line number Diff line
@@ -27,5 +27,5 @@
    <GridRows
        latin:codesArray="@array/emoji_faces"
        latin:keyLabelFlags="fontNormal"
        latin:backgroundType="normal" />
        latin:backgroundType="empty" />
</Keyboard>
Loading