am 91b5fa58: am 2ff7865e: am cc5050d7: Update spacebar background for Material
* commit '91b5fa5831f2ad08fc65e81ac1a4f2312dc52cb8': Update spacebar background for Materialmain
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 306 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 321 B |
After Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
After Width: | Height: | Size: 398 B |
After Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 585 B After Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 658 B |
After Width: | Height: | Size: 608 B |
After Width: | Height: | Size: 673 B |
|
@ -16,6 +16,6 @@
|
||||||
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:state_pressed="true"
|
<item android:state_pressed="true"
|
||||||
android:drawable="@color/key_background_pressed_lxx_dark" />
|
android:drawable="@drawable/btn_keyboard_spacebar_pressed_lxx_dark" />
|
||||||
<item android:drawable="@color/key_background_lxx_dark" />
|
<item android:drawable="@drawable/btn_keyboard_spacebar_normal_lxx_dark" />
|
||||||
</selector>
|
</selector>
|
||||||
|
|
|
@ -16,6 +16,6 @@
|
||||||
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:state_pressed="true"
|
<item android:state_pressed="true"
|
||||||
android:drawable="@color/key_background_pressed_lxx_light" />
|
android:drawable="@drawable/btn_keyboard_spacebar_pressed_lxx_light" />
|
||||||
<item android:drawable="@color/key_background_lxx_light" />
|
<item android:drawable="@drawable/btn_keyboard_spacebar_normal_lxx_light" />
|
||||||
</selector>
|
</selector>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<item name="iconShiftKey">@drawable/sym_keyboard_shift_lxx_dark</item>
|
<item name="iconShiftKey">@drawable/sym_keyboard_shift_lxx_dark</item>
|
||||||
<item name="iconDeleteKey">@drawable/sym_keyboard_delete_lxx_dark</item>
|
<item name="iconDeleteKey">@drawable/sym_keyboard_delete_lxx_dark</item>
|
||||||
<item name="iconSettingsKey">@drawable/sym_keyboard_settings_lxx_dark</item>
|
<item name="iconSettingsKey">@drawable/sym_keyboard_settings_lxx_dark</item>
|
||||||
<item name="iconSpaceKey">@drawable/sym_keyboard_spacebar_lxx_dark</item>
|
<item name="iconSpaceKey">@null</item>
|
||||||
<item name="iconEnterKey">@drawable/sym_keyboard_return_lxx_dark</item>
|
<item name="iconEnterKey">@drawable/sym_keyboard_return_lxx_dark</item>
|
||||||
<item name="iconGoKey">@drawable/sym_keyboard_go_lxx_dark</item>
|
<item name="iconGoKey">@drawable/sym_keyboard_go_lxx_dark</item>
|
||||||
<item name="iconSearchKey">@drawable/sym_keyboard_search_lxx_dark</item>
|
<item name="iconSearchKey">@drawable/sym_keyboard_search_lxx_dark</item>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<item name="iconShiftKey">@drawable/sym_keyboard_shift_lxx_light</item>
|
<item name="iconShiftKey">@drawable/sym_keyboard_shift_lxx_light</item>
|
||||||
<item name="iconDeleteKey">@drawable/sym_keyboard_delete_lxx_light</item>
|
<item name="iconDeleteKey">@drawable/sym_keyboard_delete_lxx_light</item>
|
||||||
<item name="iconSettingsKey">@drawable/sym_keyboard_settings_lxx_light</item>
|
<item name="iconSettingsKey">@drawable/sym_keyboard_settings_lxx_light</item>
|
||||||
<item name="iconSpaceKey">@drawable/sym_keyboard_spacebar_lxx_light</item>
|
<item name="iconSpaceKey">@null</item>
|
||||||
<item name="iconEnterKey">@drawable/sym_keyboard_return_lxx_light</item>
|
<item name="iconEnterKey">@drawable/sym_keyboard_return_lxx_light</item>
|
||||||
<item name="iconGoKey">@drawable/sym_keyboard_go_lxx_light</item>
|
<item name="iconGoKey">@drawable/sym_keyboard_go_lxx_light</item>
|
||||||
<item name="iconSearchKey">@drawable/sym_keyboard_search_lxx_light</item>
|
<item name="iconSearchKey">@drawable/sym_keyboard_search_lxx_light</item>
|
||||||
|
|