mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-23 09:30:53 +00:00
Fixed functional keys background references
This commit is contained in:
parent
9bc4359e34
commit
28b448a6f0
2 changed files with 4 additions and 4 deletions
|
@ -23,13 +23,13 @@
|
|||
|
||||
<!-- Toggle keys. Use checkable/checked state. -->
|
||||
<item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_function_lxx_dark_border" />
|
||||
android:drawable="@drawable/btn_keyboard_key_functional_normal_lxx_dark_border" />
|
||||
<item android:state_checkable="true" android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_pressed_lxx_dark_border" />
|
||||
<item android:state_checkable="true" android:state_checked="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_pressed_lxx_dark_border" />
|
||||
<item android:state_checkable="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_function_lxx_dark_border" />
|
||||
android:drawable="@drawable/btn_keyboard_key_functional_normal_lxx_dark_border" />
|
||||
|
||||
<!-- Empty background keys. -->
|
||||
<item android:state_empty="true" android:state_pressed="true"
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
|
||||
<!-- Toggle keys. Use checkable/checked state. -->
|
||||
<item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_function_lxx_light_border" />
|
||||
android:drawable="@drawable/btn_keyboard_key_functional_normal_lxx_light_border" />
|
||||
<item android:state_checkable="true" android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_pressed_lxx_light_border" />
|
||||
<item android:state_checkable="true" android:state_checked="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_pressed_lxx_light_border" />
|
||||
<item android:state_checkable="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_function_lxx_light_border" />
|
||||
android:drawable="@drawable/btn_keyboard_key_functional_normal_lxx_light_border" />
|
||||
|
||||
<!-- Empty background keys. -->
|
||||
<item android:state_empty="true" android:state_pressed="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue