Skip to content
Snippets Groups Projects
Commit 7285bc25 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Remove ICS and Holo themes. Remove most png keyboard resources, replacing with...

Remove ICS and Holo themes. Remove most png keyboard resources, replacing with xml shapes and colors
parent 5ddbcc3e
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 65 deletions
......@@ -6,4 +6,4 @@ Eventual goals:
* Improve upon various aspects of the keyboard, such as theming
* Integrated voice input
* Transformer language model instead of n-gram
* On-device finetuning of language model(?)
\ No newline at end of file
* On-device finetuning ofa language model(?)
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2014, The Android Open Source Project
**
** 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.
*/
-->
<set xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator
android:propertyName="scaleX"
android:duration="53"
android:valueFrom="1.00"
android:valueTo="0.94" />
<objectAnimator
android:propertyName="scaleY"
android:duration="53"
android:valueFrom="1.00"
android:valueTo="0.94" />
</set>
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2014, The Android Open Source Project
**
** 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.
*/
-->
<set xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator
android:propertyName="scaleX"
android:duration="17"
android:valueFrom="0.98"
android:valueTo="1.00" />
<objectAnimator
android:propertyName="scaleY"
android:duration="17"
android:valueFrom="0.98"
android:valueTo="1.00" />
</set>
java/res/drawable-hdpi/btn_keyboard_key_active_ics_dark.9.png

462 B

java/res/drawable-hdpi/btn_keyboard_key_active_klp_dark.9.png

463 B

java/res/drawable-hdpi/btn_keyboard_key_active_lxx_dark.9.png

1.17 KiB

java/res/drawable-hdpi/btn_keyboard_key_active_lxx_light.9.png

1.17 KiB

java/res/drawable-hdpi/btn_keyboard_key_active_pressed_lxx_dark.9.png

1.17 KiB

java/res/drawable-hdpi/btn_keyboard_key_active_pressed_lxx_light.9.png

1.17 KiB

java/res/drawable-hdpi/btn_keyboard_key_normal_holo_dark.9.png

463 B

java/res/drawable-hdpi/btn_keyboard_key_normal_holo_light.9.png

474 B

java/res/drawable-hdpi/btn_keyboard_key_normal_off_holo_dark.9.png

578 B

java/res/drawable-hdpi/btn_keyboard_key_normal_off_lxx_dark.9.png

251 B

java/res/drawable-hdpi/btn_keyboard_key_normal_off_lxx_light.9.png

244 B

java/res/drawable-hdpi/btn_keyboard_key_normal_on_ics_dark.9.png

587 B

java/res/drawable-hdpi/btn_keyboard_key_normal_on_klp_dark.9.png

639 B

java/res/drawable-hdpi/btn_keyboard_key_normal_on_lxx_dark.9.png

251 B

java/res/drawable-hdpi/btn_keyboard_key_normal_on_lxx_light.9.png

251 B

java/res/drawable-hdpi/btn_keyboard_key_popup_selected_ics.9.png

282 B

java/res/drawable-hdpi/btn_keyboard_key_popup_selected_klp.9.png

272 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment