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

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

Merge "Fix emoji key background of Holo themes"

parents 39d50e7e 6030d4f0
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