blob: da735cf5a41b3154be80a2a85adca0c61f34cadd [file] [log] [blame]
The Android Open Source Project923bf412009-03-13 15:11:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
Tadashi G. Takaokac54614d2012-09-13 15:21:54 +09003/*
The Android Open Source Project923bf412009-03-13 15:11:42 -07004**
5** Copyright 2008, The Android Open Source Project
6**
Tadashi G. Takaokac54614d2012-09-13 15:21:54 +09007** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
The Android Open Source Project923bf412009-03-13 15:11:42 -070010**
Tadashi G. Takaokac54614d2012-09-13 15:21:54 +090011** http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Project923bf412009-03-13 15:11:42 -070012**
Tadashi G. Takaokac54614d2012-09-13 15:21:54 +090013** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
The Android Open Source Project923bf412009-03-13 15:11:42 -070017** limitations under the License.
18*/
19-->
20
21<resources>
Tadashi G. Takaokae49a9872012-03-21 18:17:21 +090022 <!-- Preferable keyboard height in absolute scale: 1.285in -->
23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
24 <dimen name="keyboardHeight">205.6dp</dimen>
Tadashi G. Takaokae354dce2012-03-28 11:25:09 +090025 <fraction name="maxKeyboardHeight">46%p</fraction>
Tadashi G. Takaokaff483e82011-05-12 14:49:18 +090026 <fraction name="minKeyboardHeight">-61.8%p</fraction>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090027
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090028 <dimen name="popup_key_height">52.8dp</dimen>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090029
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090030 <dimen name="more_keys_keyboard_key_horizontal_padding">8dp</dimen>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090031
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +090032 <fraction name="keyboard_top_padding">1.556%p</fraction>
33 <fraction name="keyboard_bottom_padding">4.669%p</fraction>
Tadashi G. Takaokae1f091c2013-01-30 13:08:44 +090034 <fraction name="keyboard_left_padding">0%p</fraction>
35 <fraction name="keyboard_right_padding">0%p</fraction>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +090036 <fraction name="key_bottom_gap">6.250%p</fraction>
37 <fraction name="key_horizontal_gap">1.352%p</fraction>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090038
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +090039 <fraction name="keyboard_top_padding_stone">1.556%p</fraction>
40 <fraction name="keyboard_bottom_padding_stone">0.778%p</fraction>
41 <fraction name="key_bottom_gap_stone">7.506%p</fraction>
42 <fraction name="key_horizontal_gap_stone">1.739%p</fraction>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090043
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +090044 <fraction name="key_bottom_gap_gb">6.495%p</fraction>
45 <fraction name="key_horizontal_gap_gb">1.971%p</fraction>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090046
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +090047 <fraction name="keyboard_top_padding_ics">2.335%p</fraction>
48 <fraction name="keyboard_bottom_padding_ics">4.669%p</fraction>
49 <fraction name="key_bottom_gap_ics">6.127%p</fraction>
50 <fraction name="key_horizontal_gap_ics">1.739%p</fraction>
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090051 <dimen name="more_keys_keyboard_horizontal_edges_padding_ics">4dp</dimen>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090052
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090053 <!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
Tadashi G. Takaoka59b7bd02010-11-05 18:41:12 +090054 <!-- popup_key_height x 1.2 -->
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090055 <dimen name="more_keys_keyboard_slide_allowance">63.36dp</dimen>
Tadashi G. Takaoka3e99aa02010-11-10 14:58:15 -080056 <!-- popup_key_height x -1.0 -->
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090057 <dimen name="more_keys_keyboard_vertical_correction">-52.8dp</dimen>
58 <dimen name="keyboard_vertical_correction">0.0dp</dimen>
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090059
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090060 <fraction name="key_letter_ratio">55%</fraction>
61 <fraction name="key_large_letter_ratio">65%</fraction>
62 <fraction name="key_label_ratio">34%</fraction>
Tadashi G. Takaoka88d378b2012-05-18 11:46:42 +090063 <fraction name="key_large_label_ratio">40%</fraction>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090064 <fraction name="key_hint_letter_ratio">25%</fraction>
65 <fraction name="key_hint_label_ratio">44%</fraction>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090066 <fraction name="key_uppercase_letter_ratio">35%</fraction>
Tadashi G. Takaoka703e7252011-06-24 07:58:57 +090067 <fraction name="key_preview_text_ratio">82%</fraction>
Tadashi G. Takaoka7cc25952011-12-18 00:58:47 +090068 <fraction name="spacebar_text_ratio">33.735%</fraction>
Tadashi G. Takaokaa6dd0c22012-03-21 18:56:09 +090069 <dimen name="key_preview_height">80dp</dimen>
Tadashi G. Takaoka7ecc1082012-04-27 23:44:28 +090070 <dimen name="key_preview_offset">-8.0dp</dimen>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090071
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090072 <dimen name="key_label_horizontal_padding">4dp</dimen>
Tadashi G. Takaoka2ed13002011-09-07 12:07:56 +090073 <dimen name="key_hint_letter_padding">1dp</dimen>
Ken Wakasa6b97d2b2011-09-07 21:56:42 +090074 <dimen name="key_popup_hint_letter_padding">2dp</dimen>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090075 <dimen name="key_uppercase_letter_padding">2dp</dimen>
76
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090077 <!-- For 5-row keyboard -->
78 <fraction name="key_bottom_gap_5row">3.20%p</fraction>
79 <fraction name="key_letter_ratio_5row">64%</fraction>
80 <fraction name="key_uppercase_letter_ratio_5row">41%</fraction>
Tadashi G. Takaoka518838b2012-08-31 19:12:12 +090081
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090082 <dimen name="key_preview_offset_ics">8.0dp</dimen>
Tadashi G. Takaoka48f63212012-03-07 18:34:15 +090083 <!-- popup_key_height x -0.5 -->
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090084 <dimen name="more_keys_keyboard_vertical_correction_ics">-26.4dp</dimen>
Tadashi G. Takaokada4bfbb2011-04-06 13:54:37 +090085
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090086 <dimen name="suggestions_strip_height">40dp</dimen>
87 <dimen name="more_suggestions_key_horizontal_padding">12dp</dimen>
88 <dimen name="more_suggestions_row_height">40dp</dimen>
89 <dimen name="more_suggestions_bottom_gap">6dp</dimen>
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090090 <dimen name="more_suggestions_modal_tolerance">32.0dp</dimen>
91 <dimen name="more_suggestions_slide_allowance">16.0dp</dimen>
Tadashi G. Takaoka96760382011-09-05 17:22:34 +090092 <integer name="max_more_suggestions_row">6</integer>
93 <fraction name="min_more_suggestions_width">90%</fraction>
Tadashi G. Takaokac4123092011-09-05 16:15:28 +090094 <fraction name="more_suggestions_info_ratio">18%</fraction>
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090095 <dimen name="suggestions_strip_padding">0dp</dimen>
96 <dimen name="suggestion_min_width">44dp</dimen>
97 <dimen name="suggestion_padding">6dp</dimen>
98 <dimen name="suggestion_text_size">18dp</dimen>
99 <dimen name="more_suggestions_hint_text_size">27dp</dimen>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +0900100 <integer name="suggestions_count_in_strip">3</integer>
Tadashi G. Takaokaef2bfad2012-08-28 13:10:03 +0900101 <fraction name="center_suggestion_percentile">36%</fraction>
Tom Ouyang2f817572012-07-20 21:01:44 +0900102
Tadashi G. Takaoka71e2e812012-09-05 19:03:02 +0900103 <!-- Gesture preview trail parameters -->
Tadashi G. Takaoka9e63ef82013-01-18 17:37:21 +0900104 <dimen name="gesture_preview_trail_start_width">10.0dp</dimen>
Tadashi G. Takaokac1780c12012-09-06 12:12:10 +0900105 <dimen name="gesture_preview_trail_end_width">2.5dp</dimen>
Tadashi G. Takaoka2deb8982013-04-23 11:40:25 +0900106 <!-- Percentages of gesture preview taril body and shadow, in proportion to the trail width.
107 A negative value of the shadow ratio disables drawing shadow. -->
108 <!-- TODO: May use the shadow to alleviate rugged trail drawing. -->
109 <integer name="gesture_preview_trail_body_ratio">100</integer>
110 <integer name="gesture_preview_trail_shadow_ratio">-1</integer>
Tadashi G. Takaoka71e2e812012-09-05 19:03:02 +0900111 <!-- Gesture floating preview text parameters -->
112 <dimen name="gesture_floating_preview_text_size">24dp</dimen>
113 <dimen name="gesture_floating_preview_text_offset">73dp</dimen>
114 <dimen name="gesture_floating_preview_horizontal_padding">24dp</dimen>
115 <dimen name="gesture_floating_preview_vertical_padding">16dp</dimen>
116 <dimen name="gesture_floating_preview_round_radius">3dp</dimen>
alanve76a9b32012-08-27 18:05:21 -0700117
118 <!-- Inset used in Accessibility mode to avoid accidental key presses when a finger slides off the screen. -->
119 <dimen name="accessibility_edge_slop">8dp</dimen>
Satoshi Kataokaa79ba8a2013-04-24 17:43:26 +0900120
121 <integer name="user_dictionary_max_word_length" translatable="false">48</integer>
satok979f8692010-08-20 14:35:02 +0900122</resources>