blob: 88e327f2608370021e18df2fbc9aa897fb01b1fd [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. Takaokae1f091c2013-01-30 13:08:44 +090032 <fraction name="keyboard_left_padding">0%p</fraction>
33 <fraction name="keyboard_right_padding">0%p</fraction>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090034
Tadashi G. Takaoka08323cd2013-08-27 15:15:44 +090035 <fraction name="keyboard_top_padding_gb">1.556%p</fraction>
36 <fraction name="keyboard_bottom_padding_gb">4.669%p</fraction>
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +090037 <fraction name="key_bottom_gap_gb">6.495%p</fraction>
38 <fraction name="key_horizontal_gap_gb">1.971%p</fraction>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090039
Tadashi G. Takaoka9812fb02011-07-04 15:09:21 +090040 <fraction name="keyboard_top_padding_ics">2.335%p</fraction>
41 <fraction name="keyboard_bottom_padding_ics">4.669%p</fraction>
42 <fraction name="key_bottom_gap_ics">6.127%p</fraction>
43 <fraction name="key_horizontal_gap_ics">1.739%p</fraction>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090044
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090045 <!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
Tadashi G. Takaoka59b7bd02010-11-05 18:41:12 +090046 <!-- popup_key_height x 1.2 -->
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090047 <dimen name="more_keys_keyboard_slide_allowance">63.36dp</dimen>
Tadashi G. Takaoka3e99aa02010-11-10 14:58:15 -080048 <!-- popup_key_height x -1.0 -->
Tadashi G. Takaoka08323cd2013-08-27 15:15:44 +090049 <dimen name="more_keys_keyboard_vertical_correction_gb">-52.8dp</dimen>
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090050 <dimen name="keyboard_vertical_correction">0.0dp</dimen>
Tadashi G. Takaokacd7b7d32010-10-12 15:02:44 +090051
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090052 <fraction name="key_letter_ratio">55%</fraction>
53 <fraction name="key_large_letter_ratio">65%</fraction>
54 <fraction name="key_label_ratio">34%</fraction>
Tadashi G. Takaoka88d378b2012-05-18 11:46:42 +090055 <fraction name="key_large_label_ratio">40%</fraction>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090056 <fraction name="key_hint_letter_ratio">25%</fraction>
57 <fraction name="key_hint_label_ratio">44%</fraction>
Tadashi G. Takaoka9d9522a2011-06-15 12:36:53 +090058 <fraction name="key_uppercase_letter_ratio">35%</fraction>
Tadashi G. Takaoka703e7252011-06-24 07:58:57 +090059 <fraction name="key_preview_text_ratio">82%</fraction>
Tadashi G. Takaoka7cc25952011-12-18 00:58:47 +090060 <fraction name="spacebar_text_ratio">33.735%</fraction>
Tadashi G. Takaokaa6dd0c22012-03-21 18:56:09 +090061 <dimen name="key_preview_height">80dp</dimen>
Tadashi G. Takaoka08323cd2013-08-27 15:15:44 +090062 <dimen name="key_preview_offset_gb">-8.0dp</dimen>
Tadashi G. Takaoka520a2972011-06-25 19:38:55 +090063
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090064 <dimen name="key_label_horizontal_padding">4dp</dimen>
Tadashi G. Takaoka2ed13002011-09-07 12:07:56 +090065 <dimen name="key_hint_letter_padding">1dp</dimen>
Ken Wakasa6b97d2b2011-09-07 21:56:42 +090066 <dimen name="key_popup_hint_letter_padding">2dp</dimen>
Tadashi G. Takaokad773bf32011-06-28 16:32:39 +090067 <dimen name="key_uppercase_letter_padding">2dp</dimen>
68
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090069 <!-- For 5-row keyboard -->
70 <fraction name="key_bottom_gap_5row">3.20%p</fraction>
71 <fraction name="key_letter_ratio_5row">64%</fraction>
72 <fraction name="key_uppercase_letter_ratio_5row">41%</fraction>
Tadashi G. Takaoka518838b2012-08-31 19:12:12 +090073
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090074 <dimen name="key_preview_offset_ics">8.0dp</dimen>
Tadashi G. Takaoka48f63212012-03-07 18:34:15 +090075 <!-- popup_key_height x -0.5 -->
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090076 <dimen name="more_keys_keyboard_vertical_correction_ics">-26.4dp</dimen>
Tadashi G. Takaokada4bfbb2011-04-06 13:54:37 +090077
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090078 <dimen name="suggestions_strip_height">40dp</dimen>
79 <dimen name="more_suggestions_key_horizontal_padding">12dp</dimen>
80 <dimen name="more_suggestions_row_height">40dp</dimen>
81 <dimen name="more_suggestions_bottom_gap">6dp</dimen>
Tadashi G. Takaoka2a046372012-03-21 20:11:46 +090082 <dimen name="more_suggestions_modal_tolerance">32.0dp</dimen>
83 <dimen name="more_suggestions_slide_allowance">16.0dp</dimen>
Tadashi G. Takaoka96760382011-09-05 17:22:34 +090084 <integer name="max_more_suggestions_row">6</integer>
85 <fraction name="min_more_suggestions_width">90%</fraction>
Tadashi G. Takaokac4123092011-09-05 16:15:28 +090086 <fraction name="more_suggestions_info_ratio">18%</fraction>
Tadashi G. Takaoka7c38b732012-03-21 19:08:58 +090087 <dimen name="suggestions_strip_padding">0dp</dimen>
88 <dimen name="suggestion_min_width">44dp</dimen>
89 <dimen name="suggestion_padding">6dp</dimen>
90 <dimen name="suggestion_text_size">18dp</dimen>
91 <dimen name="more_suggestions_hint_text_size">27dp</dimen>
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +090092 <integer name="suggestions_count_in_strip">3</integer>
Tadashi G. Takaokaef2bfad2012-08-28 13:10:03 +090093 <fraction name="center_suggestion_percentile">36%</fraction>
Tom Ouyang2f817572012-07-20 21:01:44 +090094
Ken Wakasacb3bba32013-05-13 13:12:12 +090095 <!-- Gesture trail parameters -->
96 <!-- Minimum distance between gesture trail sampling points. -->
Ken Wakasa5a6827d2013-05-14 20:42:21 +090097 <dimen name="gesture_trail_min_sampling_distance">9.6dp</dimen>
Ken Wakasacb3bba32013-05-13 13:12:12 +090098 <!-- Maximum angular threshold between gesture trails interpolation segments in degree. -->
99 <integer name="gesture_trail_max_interpolation_angular_threshold">15</integer>
100 <!-- Maximum distance threshold between gesture trails interpolation segments. -->
101 <dimen name="gesture_trail_max_interpolation_distance_threshold">16.0dp</dimen>
102 <!-- Maximum number of gesture trail interpolation segments. -->
103 <integer name="gesture_trail_max_interpolation_segments">6</integer>
104 <dimen name="gesture_trail_start_width">10.0dp</dimen>
105 <dimen name="gesture_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. -->
Ken Wakasacb3bba32013-05-13 13:12:12 +0900109 <integer name="gesture_trail_body_ratio">100</integer>
110 <integer name="gesture_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
Tadashi G. Takaoka2f5a9332013-08-26 13:09:19 +0900118 <!-- Emoji keyboard -->
119 <fraction name="emoji_keyboard_key_width">14.2857%p</fraction>
Satoshi Kataoka5dfbc8a2013-09-13 21:49:53 +0900120 <fraction name="emoji_keyboard_row_height">33%p</fraction>
121 <fraction name="emoji_keyboard_key_letter_size">90%p</fraction>
122 <integer name="emoji_keyboard_max_key_count">21</integer>
Tadashi G. Takaoka2f5a9332013-08-26 13:09:19 +0900123
alanve76a9b32012-08-27 18:05:21 -0700124 <!-- Inset used in Accessibility mode to avoid accidental key presses when a finger slides off the screen. -->
125 <dimen name="accessibility_edge_slop">8dp</dimen>
Satoshi Kataokaa79ba8a2013-04-24 17:43:26 +0900126
127 <integer name="user_dictionary_max_word_length" translatable="false">48</integer>
Satoshi Kataoka741831d2013-09-06 17:08:34 +0900128
129 <dimen name="language_on_spacebar_horizontal_margin">1dp</dimen>
Satoshi Kataoka5dfbc8a2013-09-13 21:49:53 +0900130
satok979f8692010-08-20 14:35:02 +0900131</resources>