Make amoled enter key use system accent color

This commit is contained in:
Trevor Terris 2021-06-26 10:10:08 -04:00 committed by Daniele Laudani
parent f5643e7679
commit 3d3e83f9db

View file

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