mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-24 00:26:22 +00:00
Emojis no longer have the key drawable for Holo themes (#127)
This commit is contained in:
parent
c4ecf7b156
commit
395c4bac09
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
parent="KeyboardView.Holo"
|
||||
>
|
||||
<item name="android:background">@android:color/white</item>
|
||||
<item name="keyBackground">@drawable/btn_keyboard_spacebar_holo_white</item>
|
||||
<item name="keyBackground">@drawable/btn_keyboard_key_holo_white</item>
|
||||
<item name="functionalKeyBackground">@drawable/btn_keyboard_key_pressed_klp_light</item>
|
||||
<item name="spacebarBackground">@drawable/btn_keyboard_spacebar_holo_white</item>
|
||||
<item name="keyTextColor">@color/key_text_color_blue</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue