mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-23 17:40:54 +00:00
Made amoled theme more black
This commit is contained in:
parent
28b448a6f0
commit
f3526955fa
7 changed files with 10 additions and 9 deletions
Binary file not shown.
After Width: | Height: | Size: 556 B |
Binary file not shown.
After Width: | Height: | Size: 317 B |
Binary file not shown.
After Width: | Height: | Size: 752 B |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -3,28 +3,28 @@
|
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Action keys. -->
|
||||
<item android:state_active="true" android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_active_pressed_lxx" />
|
||||
android:drawable="@color/key_background_pressed_lxx_dark" />
|
||||
<item android:state_active="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_active_lxx" />
|
||||
android:drawable="@color/background_amoled_black" />
|
||||
|
||||
<!-- Toggle keys. Use checkable/checked state. -->
|
||||
<item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
|
||||
android:drawable="@color/key_background_amoled" />
|
||||
android:drawable="@color/key_background_pressed_lxx_dark" />
|
||||
<item android:state_checkable="true" android:state_pressed="true"
|
||||
android:drawable="@color/key_background_amoled" />
|
||||
android:drawable="@color/key_background_pressed_lxx_dark" />
|
||||
<item android:state_checkable="true" android:state_checked="true"
|
||||
android:drawable="@color/key_background_amoled" />
|
||||
android:drawable="@color/background_amoled_black" />
|
||||
<item android:state_checkable="true"
|
||||
android:drawable="@color/key_background_amoled" />
|
||||
android:drawable="@color/background_amoled_black" />
|
||||
|
||||
<!-- Empty background keys. -->
|
||||
<item android:state_empty="true" android:state_pressed="true"
|
||||
android:drawable="@color/key_background_amoled" />
|
||||
android:drawable="@color/key_background_pressed_lxx_dark" />
|
||||
<item android:state_empty="true"
|
||||
android:drawable="@android:color/transparent" />
|
||||
|
||||
<!-- Normal keys. -->
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@color/key_background_amoled" />
|
||||
<item android:drawable="@color/key_background_amoled" />
|
||||
android:drawable="@color/key_background_pressed_lxx_dark" />
|
||||
<item android:drawable="@color/background_amoled_black" />
|
||||
</selector>
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<color name="typed_word_color_klp">#D8F0F0F0</color>
|
||||
<color name="suggested_word_color_klp">#B2F0F0F0</color>
|
||||
<color name="highlight_translucent_color_klp">#99E0E0E0</color>
|
||||
|
||||
<!-- Color resources for LXX_Light theme.
|
||||
15%:0x26 70%:0xB3 75%:0xC0 80%:0xCC 85%:0xD9 90%:0xE6 -->
|
||||
<color name="key_text_color_lxx_light">#37474F</color>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue