Update spacebar background for Material
Bug: 17318036 Change-Id: Iaa091b525433d56db9aca9e0301f3727ce392605main
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">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@color/key_background_pressed_lxx_dark" />
|
||||
<item android:drawable="@color/key_background_lxx_dark" />
|
||||
android:drawable="@drawable/btn_keyboard_spacebar_pressed_lxx_dark" />
|
||||
<item android:drawable="@drawable/btn_keyboard_spacebar_normal_lxx_dark" />
|
||||
</selector>
|
||||
|
|
|
@ -16,6 +16,6 @@
|
|||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@color/key_background_pressed_lxx_light" />
|
||||
<item android:drawable="@color/key_background_lxx_light" />
|
||||
android:drawable="@drawable/btn_keyboard_spacebar_pressed_lxx_light" />
|
||||
<item android:drawable="@drawable/btn_keyboard_spacebar_normal_lxx_light" />
|
||||
</selector>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<item name="iconShiftKey">@drawable/sym_keyboard_shift_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="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="iconGoKey">@drawable/sym_keyboard_go_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="iconDeleteKey">@drawable/sym_keyboard_delete_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="iconGoKey">@drawable/sym_keyboard_go_lxx_light</item>
|
||||
<item name="iconSearchKey">@drawable/sym_keyboard_search_lxx_light</item>
|
||||
|
|