diff options
| -rw-r--r-- | src/main/res/drawable/lean_light_theme_screenshot.jpg | bin | 23024 -> 20411 bytes | |||
| -rw-r--r-- | src/main/res/drawable/light_key_space_set.xml | 24 | ||||
| -rw-r--r-- | src/main/res/drawable/sym_keyboard_space_light.9.png | bin | 0 -> 307 bytes | |||
| -rw-r--r-- | src/main/res/values/styles_lean_light_keyboard_theme.xml | 2 |
4 files changed, 25 insertions, 1 deletions
diff --git a/src/main/res/drawable/lean_light_theme_screenshot.jpg b/src/main/res/drawable/lean_light_theme_screenshot.jpg Binary files differindex 5cab358bb..70c13572d 100644 --- a/src/main/res/drawable/lean_light_theme_screenshot.jpg +++ b/src/main/res/drawable/lean_light_theme_screenshot.jpg diff --git a/src/main/res/drawable/light_key_space_set.xml b/src/main/res/drawable/light_key_space_set.xml new file mode 100644 index 000000000..678064e7a --- /dev/null +++ b/src/main/res/drawable/light_key_space_set.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + Copyright (C) 2013 Menny Even-Danan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:ask="http://schemas.android.com/apk/res-auto"> + + <!-- Normal keys --> + <item ask:key_type_feedback="true" android:drawable="@drawable/sym_keyboard_space_light"/> + <item android:drawable="@drawable/sym_keyboard_space_light"/> +</selector> diff --git a/src/main/res/drawable/sym_keyboard_space_light.9.png b/src/main/res/drawable/sym_keyboard_space_light.9.png Binary files differnew file mode 100644 index 000000000..759eb77e8 --- /dev/null +++ b/src/main/res/drawable/sym_keyboard_space_light.9.png diff --git a/src/main/res/values/styles_lean_light_keyboard_theme.xml b/src/main/res/values/styles_lean_light_keyboard_theme.xml index 71b2a9a90..f46c18c34 100644 --- a/src/main/res/values/styles_lean_light_keyboard_theme.xml +++ b/src/main/res/values/styles_lean_light_keyboard_theme.xml @@ -49,7 +49,7 @@ <item name="iconKeyShift">@drawable/light_key_shift_set</item> <item name="iconKeyControl">@drawable/light_key_control_set</item> <item name="iconKeyBackspace">@drawable/light_key_delete_set</item> - + <item name="iconKeySpace">@drawable/light_key_space_set</item> <item name="iconKeyTab">@drawable/light_key_tab_set</item> <item name="iconKeyCancel">@drawable/light_key_cancel_set</item> |
