2011-05-30 11:12:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2011, 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.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
2013-01-22 04:29:30 +00:00
|
|
|
<bool name="config_enable_show_option_of_key_preview_popup">false</bool>
|
2011-05-30 11:12:04 +00:00
|
|
|
<!-- Whether or not Popup on key press is enabled by default -->
|
2013-01-22 04:29:30 +00:00
|
|
|
<bool name="config_default_key_preview_popup">false</bool>
|
2011-05-30 11:12:04 +00:00
|
|
|
<bool name="config_default_sound_enabled">true</bool>
|
2011-06-21 11:10:51 +00:00
|
|
|
<bool name="config_auto_correction_spacebar_led_enabled">false</bool>
|
2011-05-30 11:12:04 +00:00
|
|
|
<!-- The language is never displayed if == 0, always displayed if < 0 -->
|
|
|
|
<integer name="config_delay_before_fadeout_language_on_spacebar">1200</integer>
|
2011-08-31 06:26:32 +00:00
|
|
|
<integer name="config_max_more_keys_column">5</integer>
|
2012-01-25 11:14:39 +00:00
|
|
|
<!--
|
2012-07-23 01:27:14 +00:00
|
|
|
Configuration for MainKeyboardView
|
2012-01-25 11:14:39 +00:00
|
|
|
-->
|
2012-07-17 09:36:37 +00:00
|
|
|
<dimen name="config_key_hysteresis_distance">40.0dp</dimen>
|
2013-11-18 06:13:55 +00:00
|
|
|
<bool name="config_key_selection_by_dragging_finger">false</bool>
|
2012-02-08 07:12:11 +00:00
|
|
|
<!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
|
|
|
|
false -->
|
|
|
|
<bool name="config_show_more_keys_keyboard_at_touched_point">true</bool>
|
2011-05-30 11:12:04 +00:00
|
|
|
</resources>
|