mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-19 16:30:19 +00:00
Make amoled enter key use system accent color
This commit is contained in:
parent
f5643e7679
commit
3d3e83f9db
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Action keys. -->
|
||||
<item android:state_active="true" android:state_pressed="true"
|
||||
android:drawable="@color/key_background_pressed_lxx_dark" />
|
||||
android:drawable="@drawable/btn_keyboard_key_action_pressed_lxx_dark" />
|
||||
<item android:state_active="true"
|
||||
android:drawable="@color/background_amoled_black" />
|
||||
android:drawable="@drawable/btn_keyboard_key_action_normal_lxx_dark" />
|
||||
|
||||
<!-- Toggle keys. Use checkable/checked state. -->
|
||||
<item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue