Add missing res dir
Change-Id: I50e79bbb1f2eab33c7e5a76086bbe41f7e757ada
27
java/res/anim/alt_code_key_while_typing_fadein.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<objectAnimator
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:propertyName="altCodeKeyWhileTypingAnimAlpha"
|
||||
android:valueType="intType"
|
||||
android:duration="1000"
|
||||
android:valueFrom="128"
|
||||
android:valueTo="255" />
|
27
java/res/anim/alt_code_key_while_typing_fadeout.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<objectAnimator
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:propertyName="altCodeKeyWhileTypingAnimAlpha"
|
||||
android:valueType="intType"
|
||||
android:duration="3000"
|
||||
android:valueFrom="255"
|
||||
android:valueTo="128" />
|
28
java/res/anim/language_on_spacebar_fadeout.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<objectAnimator
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:propertyName="languageOnSpacebarAnimAlpha"
|
||||
android:valueType="intType"
|
||||
android:startOffset="1200"
|
||||
android:duration="200"
|
||||
android:valueFrom="255"
|
||||
android:valueTo="@integer/config_language_on_spacebar_final_alpha" />
|
29
java/res/anim/more_keys_keyboard_fadein.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2010, 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"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
>
|
||||
<alpha
|
||||
android:fromAlpha="0.5"
|
||||
android:toAlpha="1.0"
|
||||
android:duration="@integer/config_more_keys_keyboard_fadein_anim_time" />
|
||||
</set>
|
29
java/res/anim/more_keys_keyboard_fadeout.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2010, 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"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
>
|
||||
<alpha
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="0.0"
|
||||
android:duration="@integer/config_more_keys_keyboard_fadeout_anim_time" />
|
||||
</set>
|
BIN
java/res/drawable-hdpi/btn_center_default.9.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
java/res/drawable-hdpi/btn_center_pressed.9.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
java/res/drawable-hdpi/btn_center_selected.9.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_dark_active_holo.9.png
Normal file
After Width: | Height: | Size: 462 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_dark_normal.9.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png
Normal file
After Width: | Height: | Size: 435 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_dark_normal_off.9.png
Normal file
After Width: | Height: | Size: 657 B |
After Width: | Height: | Size: 547 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_dark_normal_on.9.png
Normal file
After Width: | Height: | Size: 1 KiB |
After Width: | Height: | Size: 587 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_dark_pressed.9.png
Normal file
After Width: | Height: | Size: 972 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png
Normal file
After Width: | Height: | Size: 553 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_dark_pressed_off.9.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 668 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_dark_pressed_on.9.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 707 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal.9.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
java/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed.9.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
java/res/drawable-hdpi/btn_keyboard_key_light_normal.9.png
Normal file
After Width: | Height: | Size: 505 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png
Normal file
After Width: | Height: | Size: 468 B |
After Width: | Height: | Size: 301 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_light_pressed.9.png
Normal file
After Width: | Height: | Size: 835 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png
Normal file
After Width: | Height: | Size: 547 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_normal.9.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
java/res/drawable-hdpi/btn_keyboard_key_normal_off.9.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
java/res/drawable-hdpi/btn_keyboard_key_normal_off_stone.9.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
java/res/drawable-hdpi/btn_keyboard_key_normal_on.9.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
java/res/drawable-hdpi/btn_keyboard_key_normal_on_stone.9.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
java/res/drawable-hdpi/btn_keyboard_key_normal_stone.9.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 282 B |
BIN
java/res/drawable-hdpi/btn_keyboard_key_pressed.9.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
java/res/drawable-hdpi/btn_keyboard_key_pressed_off.9.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
java/res/drawable-hdpi/btn_keyboard_key_pressed_on.9.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
java/res/drawable-hdpi/btn_suggestion_pressed.9.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
java/res/drawable-hdpi/ic_subtype_keyboard.png
Normal file
After Width: | Height: | Size: 812 B |
BIN
java/res/drawable-hdpi/keyboard_background.9.png
Normal file
After Width: | Height: | Size: 207 B |
BIN
java/res/drawable-hdpi/keyboard_background_holo.9.png
Normal file
After Width: | Height: | Size: 227 B |
BIN
java/res/drawable-hdpi/keyboard_dark_background.9.png
Normal file
After Width: | Height: | Size: 210 B |
BIN
java/res/drawable-hdpi/keyboard_key_feedback_background.9.png
Normal file
After Width: | Height: | Size: 843 B |
After Width: | Height: | Size: 2 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 2.1 KiB |
BIN
java/res/drawable-hdpi/keyboard_popup_panel_background.9.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 856 B |
BIN
java/res/drawable-hdpi/keyboard_suggest_strip.9.png
Normal file
After Width: | Height: | Size: 248 B |
BIN
java/res/drawable-hdpi/keyboard_suggest_strip_holo.9.png
Normal file
After Width: | Height: | Size: 160 B |
BIN
java/res/drawable-hdpi/more_keys_divider.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
java/res/drawable-hdpi/more_suggestions_divider.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
java/res/drawable-hdpi/suggestion_feedback_background.9.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
java/res/drawable-hdpi/suggestions_strip_divider.png
Normal file
After Width: | Height: | Size: 73 B |
BIN
java/res/drawable-hdpi/sym_bkeyboard_delete.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
java/res/drawable-hdpi/sym_bkeyboard_label_mic.png
Normal file
After Width: | Height: | Size: 905 B |
BIN
java/res/drawable-hdpi/sym_bkeyboard_mic.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
java/res/drawable-hdpi/sym_bkeyboard_return.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
java/res/drawable-hdpi/sym_bkeyboard_search.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
java/res/drawable-hdpi/sym_bkeyboard_settings.png
Normal file
After Width: | Height: | Size: 729 B |
BIN
java/res/drawable-hdpi/sym_bkeyboard_shift.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
java/res/drawable-hdpi/sym_bkeyboard_shift_locked.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
java/res/drawable-hdpi/sym_bkeyboard_space.png
Normal file
After Width: | Height: | Size: 358 B |
BIN
java/res/drawable-hdpi/sym_bkeyboard_tab.png
Normal file
After Width: | Height: | Size: 1,008 B |
BIN
java/res/drawable-hdpi/sym_bkeyboard_voice_off.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_delete.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_delete_holo.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_feedback_tab.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_label_mic.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_label_mic_holo.png
Normal file
After Width: | Height: | Size: 905 B |
BIN
java/res/drawable-hdpi/sym_keyboard_language_switch.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_mic.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_return.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_return_holo.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_search.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_search_holo.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_settings.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_settings_holo.png
Normal file
After Width: | Height: | Size: 787 B |
BIN
java/res/drawable-hdpi/sym_keyboard_shift.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_shift_holo.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_shift_locked.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_shift_locked_holo.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_space.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_space_holo.png
Normal file
After Width: | Height: | Size: 630 B |
BIN
java/res/drawable-hdpi/sym_keyboard_space_led.9.png
Normal file
After Width: | Height: | Size: 557 B |
BIN
java/res/drawable-hdpi/sym_keyboard_space_led_holo.9.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
java/res/drawable-hdpi/sym_keyboard_tab.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_tab_holo.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_voice_holo.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_voice_off_holo.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
java/res/drawable-hdpi/sym_keyboard_zwj_holo.png
Normal file
After Width: | Height: | Size: 973 B |
BIN
java/res/drawable-hdpi/sym_keyboard_zwnj_holo.png
Normal file
After Width: | Height: | Size: 961 B |
BIN
java/res/drawable-mdpi/btn_center_default.9.png
Normal file
After Width: | Height: | Size: 182 B |
BIN
java/res/drawable-mdpi/btn_center_pressed.9.png
Normal file
After Width: | Height: | Size: 200 B |
BIN
java/res/drawable-mdpi/btn_center_selected.9.png
Normal file
After Width: | Height: | Size: 200 B |