Emojis no longer have the key drawable for Holo themes (#127)

This commit is contained in:
BlackyHawky 2023-09-04 07:37:38 +02:00 committed by GitHub
parent c4ecf7b156
commit 395c4bac09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>