Merge remote-tracking branch 'goog/jb-mr1-dev' into mergescriptpackage
commit
f18fc03621
|
@ -17,8 +17,8 @@
|
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- Toggle keys. Use checkable/checked state. -->
|
||||
|
||||
<item android:state_checkable="true" android:state_checked="true"
|
||||
|
||||
<item android:state_checkable="true" android:state_checked="true"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_pressed_on" />
|
||||
<item android:state_checkable="true" android:state_pressed="true"
|
||||
|
@ -34,5 +34,5 @@
|
|||
android:drawable="@drawable/btn_keyboard_key_pressed" />
|
||||
<item
|
||||
android:drawable="@drawable/btn_keyboard_key_normal" />
|
||||
|
||||
|
||||
</selector>
|
||||
|
|
|
@ -14,9 +14,11 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_long_pressable="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_more_background" />
|
||||
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<item latin:state_has_morekeys="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_more_background" />
|
||||
<item android:drawable="@drawable/keyboard_key_feedback_background" />
|
||||
</selector>
|
||||
|
|
|
@ -14,8 +14,23 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_long_pressable="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_more_background_holo" />
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<!-- Left edge -->
|
||||
<item latin:state_left_edge="true" latin:state_has_morekeys="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_left_more_background_holo" />
|
||||
<item latin:state_left_edge="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_left_background_holo" />
|
||||
|
||||
<!-- Right edge -->
|
||||
<item latin:state_right_edge="true" latin:state_has_morekeys="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_right_more_background_holo" />
|
||||
<item latin:state_right_edge="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_right_background_holo" />
|
||||
|
||||
<item latin:state_has_morekeys="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_more_background_holo" />
|
||||
<item android:drawable="@drawable/keyboard_key_feedback_background_holo" />
|
||||
</selector>
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_long_pressable="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_left_more_background_holo" />
|
||||
<item android:drawable="@drawable/keyboard_key_feedback_left_background_holo" />
|
||||
</selector>
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 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.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_long_pressable="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_right_more_background_holo" />
|
||||
<item android:drawable="@drawable/keyboard_key_feedback_right_background_holo" />
|
||||
</selector>
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="80dp"
|
||||
android:textSize="40dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/keyboard_key_feedback"
|
||||
android:minWidth="32dp"
|
||||
android:gravity="center"
|
||||
/>
|
||||
/>
|
||||
|
|
|
@ -18,12 +18,10 @@
|
|||
*/
|
||||
-->
|
||||
|
||||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="2.95%p"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_thai" />
|
||||
</Keyboard>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/keyboard_key_feedback_ics"
|
||||
android:minWidth="32dp"
|
||||
android:gravity="center"
|
||||
/>
|
|
@ -1,88 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 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.
|
||||
-->
|
||||
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:id="@+id/research_splash_screen_layout">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
<com.android.internal.widget.DialogTitle
|
||||
style="?android:attr/windowTitleStyle"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dip"
|
||||
android:layout_marginLeft="16dip"
|
||||
android:layout_marginRight="16dip"
|
||||
android:gravity="center_vertical|left"
|
||||
android:text="@string/research_splash_title" />
|
||||
<View android:layout_width="match_parent"
|
||||
android:layout_height="2dip"
|
||||
android:background="@android:color/holo_blue_light" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:text="@string/research_splash_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_gravity="fill_horizontal|center_vertical"
|
||||
android:layout_marginLeft="16dip"
|
||||
android:layout_marginRight="16dip"
|
||||
android:layout_marginBottom="16dip"
|
||||
android:layout_marginTop="16dip"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:divider="?android:attr/dividerHorizontal"
|
||||
android:showDividers="beginning"
|
||||
android:dividerPadding="0dip">
|
||||
<LinearLayout
|
||||
style="?android:attr/buttonBarStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:measureWithLargestChild="true">
|
||||
<Button
|
||||
android:layout_width="0dip"
|
||||
android:layout_gravity="left"
|
||||
android:layout_weight="1"
|
||||
android:maxLines="2"
|
||||
stype="?android:attr/buttonBarButtonStyle"
|
||||
android:textSize="14sp"
|
||||
android:text="@string/research_dont_send_usage_info"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/research_do_not_log_button" />
|
||||
<Button
|
||||
android:layout_width="0dip"
|
||||
android:layout_gravity="right"
|
||||
android:layout_weight="1"
|
||||
android:maxLines="2"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:textSize="14sp"
|
||||
android:text="@string/research_send_usage_info"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/research_do_log_button" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
|
@ -17,13 +17,8 @@
|
|||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="2.65%p"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_thai" />
|
||||
</Keyboard>
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -17,13 +17,8 @@
|
|||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="3.20%p"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_thai" />
|
||||
</Keyboard>
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -17,13 +17,8 @@
|
|||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="3.20%p"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_thai" />
|
||||
</Keyboard>
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -1,22 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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>
|
||||
<bool name="im_is_default">true</bool>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -1,22 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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>
|
||||
<bool name="im_is_default">true</bool>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -1,22 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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>
|
||||
<bool name="im_is_default">true</bool>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -1,22 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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>
|
||||
<bool name="im_is_default">true</bool>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -1,22 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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>
|
||||
<bool name="im_is_default">true</bool>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -1,22 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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>
|
||||
<bool name="im_is_default">true</bool>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -1,19 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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.
|
||||
*/
|
||||
-->
|
||||
|
@ -55,6 +55,11 @@
|
|||
<fraction name="spacebar_text_ratio">40.000%</fraction>
|
||||
<dimen name="key_preview_offset">0.0dp</dimen>
|
||||
|
||||
<!-- For 5-row keyboard -->
|
||||
<fraction name="key_bottom_gap_5row">3.20%p</fraction>
|
||||
<fraction name="key_letter_ratio_5row">78%</fraction>
|
||||
<fraction name="key_uppercase_letter_ratio_5row">48%</fraction>
|
||||
|
||||
<dimen name="key_preview_offset_ics">1.6dp</dimen>
|
||||
<!-- popup_key_height x -0.5 -->
|
||||
<dimen name="more_keys_keyboard_vertical_correction_ics">-22.4dp</dimen>
|
||||
|
@ -68,4 +73,10 @@
|
|||
<dimen name="more_keys_keyboard_slide_allowance">53.76dp</dimen>
|
||||
<!-- popup_key_height x -1.0 -->
|
||||
<dimen name="more_keys_keyboard_vertical_correction">-44.8dp</dimen>
|
||||
|
||||
<!-- Gesture floating preview text parameters -->
|
||||
<dimen name="gesture_floating_preview_text_size">23dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_offset">54dp</dimen>
|
||||
<dimen name="gesture_floating_preview_horizontal_padding">23dp</dimen>
|
||||
<dimen name="gesture_floating_preview_vertical_padding">15dp</dimen>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -1,22 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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>
|
||||
<bool name="im_is_default">true</bool>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -1,22 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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>
|
||||
<bool name="im_is_default">true</bool>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -53,7 +53,18 @@
|
|||
<fraction name="spacebar_text_ratio">30.0%</fraction>
|
||||
<dimen name="key_uppercase_letter_padding">4dp</dimen>
|
||||
|
||||
<!-- For 5-row keyboard -->
|
||||
<fraction name="key_bottom_gap_5row">3.20%p</fraction>
|
||||
<fraction name="key_letter_ratio_5row">62%</fraction>
|
||||
<fraction name="key_uppercase_letter_ratio_5row">36%</fraction>
|
||||
|
||||
<dimen name="suggestions_strip_padding">252.0dp</dimen>
|
||||
<integer name="max_more_suggestions_row">5</integer>
|
||||
<fraction name="min_more_suggestions_width">50%</fraction>
|
||||
|
||||
<!-- Gesture floating preview text parameters -->
|
||||
<dimen name="gesture_floating_preview_text_size">26dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_offset">76dp</dimen>
|
||||
<dimen name="gesture_floating_preview_horizontal_padding">26dp</dimen>
|
||||
<dimen name="gesture_floating_preview_vertical_padding">17dp</dimen>
|
||||
</resources>
|
||||
|
|
|
@ -66,6 +66,11 @@
|
|||
<dimen name="key_preview_height">94.5dp</dimen>
|
||||
<dimen name="key_preview_offset">16.0dp</dimen>
|
||||
|
||||
<!-- For 5-row keyboard -->
|
||||
<fraction name="key_bottom_gap_5row">3.20%p</fraction>
|
||||
<fraction name="key_letter_ratio_5row">52%</fraction>
|
||||
<fraction name="key_uppercase_letter_ratio_5row">27%</fraction>
|
||||
|
||||
<dimen name="key_preview_offset_ics">8.0dp</dimen>
|
||||
<!-- popup_key_height x -0.5 -->
|
||||
<dimen name="more_keys_keyboard_vertical_correction_ics">-31.5dp</dimen>
|
||||
|
@ -79,4 +84,13 @@
|
|||
<dimen name="suggestion_padding">12dp</dimen>
|
||||
<dimen name="suggestion_text_size">22dp</dimen>
|
||||
<dimen name="more_suggestions_hint_text_size">33dp</dimen>
|
||||
|
||||
<!-- Gesture preview trail parameters -->
|
||||
<dimen name="gesture_preview_trail_width">2.5dp</dimen>
|
||||
<!-- Gesture floating preview text parameters -->
|
||||
<dimen name="gesture_floating_preview_text_size">28dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_offset">87dp</dimen>
|
||||
<dimen name="gesture_floating_preview_horizontal_padding">28dp</dimen>
|
||||
<dimen name="gesture_floating_preview_vertical_padding">19dp</dimen>
|
||||
<dimen name="gesture_floating_preview_round_radius">3dp</dimen>
|
||||
</resources>
|
||||
|
|
|
@ -55,8 +55,19 @@
|
|||
<fraction name="spacebar_text_ratio">24.00%</fraction>
|
||||
<dimen name="key_preview_height">107.1dp</dimen>
|
||||
|
||||
<!-- For 5-row keyboard -->
|
||||
<fraction name="key_bottom_gap_5row">2.65%p</fraction>
|
||||
<fraction name="key_letter_ratio_5row">53%</fraction>
|
||||
<fraction name="key_uppercase_letter_ratio_5row">30%</fraction>
|
||||
|
||||
<dimen name="key_preview_offset_ics">8.0dp</dimen>
|
||||
|
||||
<dimen name="suggestions_strip_padding">252.0dp</dimen>
|
||||
<fraction name="min_more_suggestions_width">50%</fraction>
|
||||
|
||||
<!-- Gesture floating preview text parameters -->
|
||||
<dimen name="gesture_floating_preview_text_size">32dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_offset">100dp</dimen>
|
||||
<dimen name="gesture_floating_preview_horizontal_padding">32dp</dimen>
|
||||
<dimen name="gesture_floating_preview_vertical_padding">21dp</dimen>
|
||||
</resources>
|
||||
|
|
|
@ -67,6 +67,11 @@
|
|||
<dimen name="key_preview_height">94.5dp</dimen>
|
||||
<dimen name="key_preview_offset">16.0dp</dimen>
|
||||
|
||||
<!-- For 5-row keyboard -->
|
||||
<fraction name="key_bottom_gap_5row">2.95%p</fraction>
|
||||
<fraction name="key_letter_ratio_5row">51%</fraction>
|
||||
<fraction name="key_uppercase_letter_ratio_5row">33%</fraction>
|
||||
|
||||
<dimen name="key_preview_offset_ics">8.0dp</dimen>
|
||||
<!-- popup_key_height x -0.5 -->
|
||||
<dimen name="more_keys_keyboard_vertical_correction_ics">-31.5dp</dimen>
|
||||
|
@ -80,4 +85,13 @@
|
|||
<dimen name="suggestion_padding">8dp</dimen>
|
||||
<dimen name="suggestion_text_size">22dp</dimen>
|
||||
<dimen name="more_suggestions_hint_text_size">33dp</dimen>
|
||||
|
||||
<!-- Gesture preview trail parameters -->
|
||||
<dimen name="gesture_preview_trail_width">2.5dp</dimen>
|
||||
<!-- Gesture floating preview text parameters -->
|
||||
<dimen name="gesture_floating_preview_text_size">26dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_offset">86dp</dimen>
|
||||
<dimen name="gesture_floating_preview_horizontal_padding">26dp</dimen>
|
||||
<dimen name="gesture_floating_preview_vertical_padding">17dp</dimen>
|
||||
<dimen name="gesture_floating_preview_round_radius">3dp</dimen>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,24 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">true</bool>
|
||||
</resources>
|
|
@ -41,24 +41,6 @@
|
|||
checkable+checked+pressed. -->
|
||||
<attr name="keyBackground" format="reference" />
|
||||
|
||||
<!-- Size of the text for one letter keys. If specified as fraction, the text size is
|
||||
measured in the proportion of key height. -->
|
||||
<attr name="keyLetterSize" format="dimension|fraction" />
|
||||
<!-- Size of the text for keys with multiple letters. If specified as fraction, the text
|
||||
size is measured in the proportion of key height. -->
|
||||
<attr name="keyLabelSize" format="dimension|fraction" />
|
||||
<!-- Large size of the text for one letter keys, in the proportion of key height. -->
|
||||
<attr name="keyLargeLetterRatio" format="fraction" />
|
||||
<!-- Large size of the text for keys with multiple letters, in the proportion of key height. -->
|
||||
<attr name="keyLargeLabelRatio" format="fraction" />
|
||||
<!-- Size of the text for hint letter (= one character hint label), in the proportion of
|
||||
key height. -->
|
||||
<attr name="keyHintLetterRatio" format="fraction" />
|
||||
<!-- Size of the text for hint label, in the proportion of key height. -->
|
||||
<attr name="keyHintLabelRatio" format="fraction" />
|
||||
<!-- Size of the text for shifted letter hint, in the proportion of key height. -->
|
||||
<attr name="keyShiftedLetterHintRatio" format="dimension|fraction" />
|
||||
|
||||
<!-- Horizontal padding of left/right aligned key label to the edge of the key. -->
|
||||
<attr name="keyLabelHorizontalPadding" format="dimension" />
|
||||
<!-- Right padding of hint letter to the edge of the key.-->
|
||||
|
@ -67,35 +49,19 @@
|
|||
<attr name="keyPopupHintLetterPadding" format="dimension" />
|
||||
<!-- Right padding of shifted letter hint to the edge of the key.-->
|
||||
<attr name="keyShiftedLetterHintPadding" format="dimension" />
|
||||
|
||||
<!-- Color to use for the label in a key. -->
|
||||
<attr name="keyTextColor" format="color" />
|
||||
<!-- Color to use for the label in a key when in inactivated state. -->
|
||||
<attr name="keyTextInactivatedColor" format="color" />
|
||||
<!-- Key hint letter (= one character hint label) color -->
|
||||
<attr name="keyHintLetterColor" format="color" />
|
||||
<!-- Key hint label color -->
|
||||
<attr name="keyHintLabelColor" format="color" />
|
||||
<!-- Shifted letter hint colors -->
|
||||
<attr name="keyShiftedLetterHintInactivatedColor" format="color" />
|
||||
<attr name="keyShiftedLetterHintActivatedColor" format="color" />
|
||||
<!-- Blur radius of key text shadow. -->
|
||||
<attr name="keyTextShadowRadius" format="float" />
|
||||
|
||||
<!-- Layout resource for key press feedback.-->
|
||||
<attr name="keyPreviewLayout" format="reference" />
|
||||
<!-- The background for key press feedback. -->
|
||||
<attr name="keyPreviewBackground" format="reference" />
|
||||
<!-- The background for the left edge key press feedback. -->
|
||||
<attr name="keyPreviewLeftBackground" format="reference" />
|
||||
<!-- The background for the right edge key press feedback. -->
|
||||
<attr name="keyPreviewRightBackground" format="reference" />
|
||||
<!-- The text color for key press feedback. -->
|
||||
<attr name="keyPreviewTextColor" format="color" />
|
||||
<!-- Key preview background states -->
|
||||
<attr name="state_left_edge" format="boolean" />
|
||||
<attr name="state_right_edge" format="boolean" />
|
||||
<attr name="state_has_morekeys" format="boolean" />
|
||||
<!-- Vertical offset of the key press feedback from the key. -->
|
||||
<attr name="keyPreviewOffset" format="dimension" />
|
||||
<!-- Height of the key press feedback popup. -->
|
||||
<attr name="keyPreviewHeight" format="dimension" />
|
||||
<!-- Size of the text for key press feedback popup, in the proportion of key height. -->
|
||||
<attr name="keyPreviewTextRatio" format="fraction" />
|
||||
<!-- Delay after key releasing and key press feedback dismissing in millisecond -->
|
||||
<attr name="keyPreviewLingerTimeout" format="integer" />
|
||||
|
||||
|
@ -105,28 +71,16 @@
|
|||
<!-- Layout resource for more keys panel -->
|
||||
<attr name="moreKeysLayout" format="reference" />
|
||||
|
||||
<attr name="shadowColor" format="color" />
|
||||
<attr name="shadowRadius" format="float" />
|
||||
<attr name="backgroundDimAlpha" format="integer" />
|
||||
|
||||
<attr name="keyTextStyle" format="enum">
|
||||
<!-- This should be aligned with Typeface.NORMAL etc. -->
|
||||
<enum name="normal" value="0" />
|
||||
<enum name="bold" value="1" />
|
||||
<enum name="italic" value="2" />
|
||||
<enum name="boldItalic" value="3" />
|
||||
</attr>
|
||||
|
||||
<!-- Attributes for PreviewPlacerView -->
|
||||
<attr name="gestureFloatingPreviewTextSize" format="dimension" />
|
||||
<attr name="gestureFloatingPreviewTextColor" format="color" />
|
||||
<attr name="gestureFloatingPreviewTextOffset" format="dimension" />
|
||||
<attr name="gestureFloatingPreviewTextShadingColor" format="color" />
|
||||
<attr name="gestureFloatingPreviewTextShadingBorder" format="dimension" />
|
||||
<attr name="gestureFloatingPreviewTextShadowColor" format="color" />
|
||||
<attr name="gestureFloatingPreviewTextShadowBorder" format="dimension" />
|
||||
<attr name="gestureFloatingPreviewTextConnectorColor" format="color" />
|
||||
<attr name="gestureFloatingPreviewTextConnectorWidth" format="dimension" />
|
||||
<attr name="gestureFloatingPreviewColor" format="color" />
|
||||
<attr name="gestureFloatingPreviewHorizontalPadding" format="dimension" />
|
||||
<attr name="gestureFloatingPreviewVerticalPadding" format="dimension" />
|
||||
<attr name="gestureFloatingPreviewRoundRadius" format="dimension" />
|
||||
<!-- Delay after gesture input and gesture floating preview text dismissing in millisecond -->
|
||||
<attr name="gestureFloatingPreviewTextLingerTimeout" format="integer" />
|
||||
<!-- Delay after gesture trail starts fading out in millisecond. -->
|
||||
|
@ -136,7 +90,8 @@
|
|||
<!-- Interval of updating gesture preview trail in millisecond. -->
|
||||
<attr name="gesturePreviewTrailUpdateInterval" format="integer" />
|
||||
<attr name="gesturePreviewTrailColor" format="color" />
|
||||
<attr name="gesturePreviewTrailWidth" format="dimension" />
|
||||
<attr name="gesturePreviewTrailStartWidth" format="dimension" />
|
||||
<attr name="gesturePreviewTrailEndWidth" format="dimension" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="MainKeyboardView">
|
||||
|
@ -335,6 +290,50 @@
|
|||
<!-- The X-coordinate of upper right corner of this key including horizontal gap.
|
||||
If the value is negative, the origin is the right edge of the keyboard. -->
|
||||
<attr name="keyXPos" format="dimension|fraction" />
|
||||
|
||||
<!-- Key top visual attributes -->
|
||||
<attr name="keyTypeface" format="enum">
|
||||
<!-- This should be aligned with Typeface.NORMAL etc. -->
|
||||
<enum name="normal" value="0" />
|
||||
<enum name="bold" value="1" />
|
||||
<enum name="italic" value="2" />
|
||||
<enum name="boldItalic" value="3" />
|
||||
</attr>
|
||||
<!-- Size of the text for one letter keys. If specified as fraction, the text size is
|
||||
measured in the proportion of key height. -->
|
||||
<attr name="keyLetterSize" format="dimension|fraction" />
|
||||
<!-- Size of the text for keys with multiple letters. If specified as fraction, the text
|
||||
size is measured in the proportion of key height. -->
|
||||
<attr name="keyLabelSize" format="dimension|fraction" />
|
||||
<!-- Large size of the text for one letter keys, in the proportion of key height. -->
|
||||
<attr name="keyLargeLetterRatio" format="fraction" />
|
||||
<!-- Large size of the text for keys with multiple letters, in the proportion of key height. -->
|
||||
<attr name="keyLargeLabelRatio" format="fraction" />
|
||||
<!-- Size of the text for hint letter (= one character hint label), in the proportion of
|
||||
key height. -->
|
||||
<attr name="keyHintLetterRatio" format="fraction" />
|
||||
<!-- Size of the text for hint label, in the proportion of key height. -->
|
||||
<attr name="keyHintLabelRatio" format="fraction" />
|
||||
<!-- Size of the text for shifted letter hint, in the proportion of key height. -->
|
||||
<attr name="keyShiftedLetterHintRatio" format="fraction" />
|
||||
<!-- Color to use for the label in a key. -->
|
||||
<attr name="keyTextColor" format="color" />
|
||||
<attr name="keyTextShadowColor" format="color" />
|
||||
<!-- Color to use for the label in a key when in inactivated state. -->
|
||||
<attr name="keyTextInactivatedColor" format="color" />
|
||||
<!-- Key hint letter (= one character hint label) color -->
|
||||
<attr name="keyHintLetterColor" format="color" />
|
||||
<!-- Key hint label color -->
|
||||
<attr name="keyHintLabelColor" format="color" />
|
||||
<!-- Shifted letter hint colors -->
|
||||
<attr name="keyShiftedLetterHintInactivatedColor" format="color" />
|
||||
<attr name="keyShiftedLetterHintActivatedColor" format="color" />
|
||||
|
||||
<!-- Key preview visual parameters -->
|
||||
<!-- The text color for key press feedback. -->
|
||||
<attr name="keyPreviewTextColor" format="color" />
|
||||
<!-- Size of the text for key press feedback popup, in the proportion of key height. -->
|
||||
<attr name="keyPreviewTextRatio" format="fraction" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="Keyboard_Include">
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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>
|
||||
<!-- Whether this input method should be used as the default for a locale. Override it
|
||||
for latin languages. -->
|
||||
for supported languages. -->
|
||||
<bool name="im_is_default">false</bool>
|
||||
</resources>
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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.
|
||||
*/
|
||||
-->
|
||||
|
@ -73,6 +73,11 @@
|
|||
<dimen name="key_popup_hint_letter_padding">2dp</dimen>
|
||||
<dimen name="key_uppercase_letter_padding">2dp</dimen>
|
||||
|
||||
<!-- For 5-row keyboard -->
|
||||
<fraction name="key_bottom_gap_5row">3.20%p</fraction>
|
||||
<fraction name="key_letter_ratio_5row">64%</fraction>
|
||||
<fraction name="key_uppercase_letter_ratio_5row">41%</fraction>
|
||||
|
||||
<dimen name="key_preview_offset_ics">8.0dp</dimen>
|
||||
<!-- popup_key_height x -0.5 -->
|
||||
<dimen name="more_keys_keyboard_vertical_correction_ics">-26.4dp</dimen>
|
||||
|
@ -94,13 +99,15 @@
|
|||
<integer name="suggestions_count_in_strip">3</integer>
|
||||
<fraction name="center_suggestion_percentile">36%</fraction>
|
||||
|
||||
<!-- Gesture preview parameters -->
|
||||
<dimen name="gesture_preview_trail_width">2.5dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_size">35dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_offset">75dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_shadow_border">17.5dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_shading_border">7.5dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_connector_width">1.0dp</dimen>
|
||||
<!-- Gesture preview trail parameters -->
|
||||
<dimen name="gesture_preview_trail_start_width">18.0dp</dimen>
|
||||
<dimen name="gesture_preview_trail_end_width">2.5dp</dimen>
|
||||
<!-- Gesture floating preview text parameters -->
|
||||
<dimen name="gesture_floating_preview_text_size">24dp</dimen>
|
||||
<dimen name="gesture_floating_preview_text_offset">73dp</dimen>
|
||||
<dimen name="gesture_floating_preview_horizontal_padding">24dp</dimen>
|
||||
<dimen name="gesture_floating_preview_vertical_padding">16dp</dimen>
|
||||
<dimen name="gesture_floating_preview_round_radius">3dp</dimen>
|
||||
|
||||
<!-- Inset used in Accessibility mode to avoid accidental key presses when a finger slides off the screen. -->
|
||||
<dimen name="accessibility_edge_slop">8dp</dimen>
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
<!-- Symbols that should be swapped with a weak space -->
|
||||
<string name="weak_space_swapping_symbols">.,;:!?)]}\"</string>
|
||||
<!-- Symbols that should strip a weak space -->
|
||||
<string name="weak_space_stripping_symbols">"	 \n/_\'-"</string>
|
||||
<string name="weak_space_stripping_symbols">"	 \n/_\'-"@</string>
|
||||
<!-- Symbols that should convert weak spaces into real space -->
|
||||
<string name="phantom_space_promoting_symbols">([*&@{<>+=|</string>
|
||||
<string name="phantom_space_promoting_symbols">([*&{<>+=|</string>
|
||||
<!-- Symbols that do NOT separate words -->
|
||||
<string name="symbols_excluded_from_word_separators">\'-</string>
|
||||
<!-- Word separator list is the union of all symbols except those that are not separators:
|
||||
|
|
|
@ -23,5 +23,6 @@
|
|||
<item>herring,5</item>
|
||||
<item>tuna,5</item>
|
||||
<item>mako,20</item>
|
||||
<item>manta,16</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
|
@ -25,5 +25,6 @@
|
|||
<item>stingray,0.4</item>
|
||||
<item>grouper,0.3</item>
|
||||
<item>mako,0.3</item>
|
||||
<item>manta,0.2</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Predefined subtypes (language:layout[:extraValue]) in semicolon separated format -->
|
||||
<string name="predefined_subtypes" translatable="false">de:qwerty:AsciiCapable;fr:qwertz:AsciiCapable</string>
|
||||
<!-- Predefined subtypes (language:layout[:extraValue]) -->
|
||||
<string-array name="predefined_subtypes" translatable="false">
|
||||
<item>de:qwerty:AsciiCapable</item>
|
||||
<item>fr:qwertz:AsciiCapable</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
|
@ -17,13 +17,8 @@
|
|||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="2.65%p"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_thai_symbols" />
|
||||
</Keyboard>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Contents of note explaining what data is collected and how. -->
|
||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||
<string name="research_splash_content" translatable="false"></string>
|
||||
</resources>
|
|
@ -278,16 +278,11 @@
|
|||
|
||||
<!-- Title of dialog shown at start informing users about contributing research usage data-->
|
||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||
<string name="research_splash_title" translatable="false">Usage Participation</string>
|
||||
<!-- Contents of note explaining what data is collected and how. -->
|
||||
<string name="research_splash_title" translatable="false">Warning</string>
|
||||
|
||||
<!-- Toast message informing users that logging has been disabled -->
|
||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||
<string name="research_splash_content" translatable="false">Thank you for dogfooding this keyboard.\n\nIf you like it, please help us make it better by sending us usage information. When enabled, the keyboard uploads general statistics, such as how fast you type, and also occasional samples of how you type words.\n\nNo passwords or non-dictionary words are ever automatically uploaded, and words are sampled infrequently enough so that reconstructing the meaning of what you typed is highly unlikely.\n\nYou can disable and reenable logging through the RLog menu by long-pressing on the microphone or settings key.\n</string>
|
||||
<!-- Button label text for opting out of research usage data collection [CHAR LIMIT=50] -->
|
||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||
<string name="research_dont_send_usage_info" translatable="false">Do not send\nusage info</string>
|
||||
<!-- Button label text for opting into research usage data collection [CHAR LIMIT=50] -->
|
||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||
<string name="research_send_usage_info" translatable="false">Send usage info</string>
|
||||
<string name="research_logging_disabled" translatable="false">Logging Disabled</string>
|
||||
|
||||
<!-- Name for the research uploading service to be displayed to users. [CHAR LIMIT=50] -->
|
||||
<!-- TODO: remove translatable=false attribute once text is stable -->
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<item name="keyHintLetterRatio">@fraction/key_hint_letter_ratio</item>
|
||||
<item name="keyHintLabelRatio">@fraction/key_hint_label_ratio</item>
|
||||
<item name="keyShiftedLetterHintRatio">@fraction/key_uppercase_letter_ratio</item>
|
||||
<item name="keyTextStyle">normal</item>
|
||||
<item name="keyTypeface">normal</item>
|
||||
<item name="keyTextColor">#FFFFFFFF</item>
|
||||
<item name="keyTextInactivatedColor">#FFFFFFFF</item>
|
||||
<item name="keyHintLetterColor">#80000000</item>
|
||||
|
@ -54,9 +54,6 @@
|
|||
<item name="keyPopupHintLetterPadding">@dimen/key_popup_hint_letter_padding</item>
|
||||
<item name="keyShiftedLetterHintPadding">@dimen/key_uppercase_letter_padding</item>
|
||||
<item name="keyPreviewLayout">@layout/key_preview</item>
|
||||
<item name="keyPreviewBackground">@drawable/keyboard_key_feedback</item>
|
||||
<item name="keyPreviewLeftBackground">@null</item>
|
||||
<item name="keyPreviewRightBackground">@null</item>
|
||||
<item name="keyPreviewTextColor">#FFFFFFFF</item>
|
||||
<item name="keyPreviewOffset">@dimen/key_preview_offset</item>
|
||||
<item name="keyPreviewHeight">@dimen/key_preview_height</item>
|
||||
|
@ -64,25 +61,24 @@
|
|||
<item name="keyPreviewLingerTimeout">@integer/config_key_preview_linger_timeout</item>
|
||||
<item name="moreKeysLayout">@layout/more_keys_keyboard</item>
|
||||
<item name="verticalCorrection">@dimen/keyboard_vertical_correction</item>
|
||||
<item name="shadowColor">#BB000000</item>
|
||||
<item name="shadowRadius">2.75</item>
|
||||
<item name="keyTextShadowColor">#BB000000</item>
|
||||
<item name="keyTextShadowRadius">2.75</item>
|
||||
<item name="backgroundDimAlpha">128</item>
|
||||
<!-- android:color/holo_blue_light=#FF33B5E5 -->
|
||||
<item name="gestureFloatingPreviewTextSize">@dimen/gesture_floating_preview_text_size</item>
|
||||
<item name="gestureFloatingPreviewTextColor">@android:color/white</item>
|
||||
<item name="gestureFloatingPreviewTextColor">@android:color/holo_blue_light</item>
|
||||
<item name="gestureFloatingPreviewTextOffset">@dimen/gesture_floating_preview_text_offset</item>
|
||||
<item name="gestureFloatingPreviewTextShadingColor">@android:color/holo_blue_light</item>
|
||||
<item name="gestureFloatingPreviewTextShadingBorder">@dimen/gesture_floating_preview_text_shading_border</item>
|
||||
<item name="gestureFloatingPreviewTextShadowColor">#FF252525</item>
|
||||
<item name="gestureFloatingPreviewTextShadowBorder">@dimen/gesture_floating_preview_text_shadow_border</item>
|
||||
<item name="gestureFloatingPreviewTextConnectorColor">@android:color/white</item>
|
||||
<item name="gestureFloatingPreviewTextConnectorWidth">@dimen/gesture_floating_preview_text_connector_width</item>
|
||||
<item name="gestureFloatingPreviewColor">#C0000000</item>
|
||||
<item name="gestureFloatingPreviewHorizontalPadding">@dimen/gesture_floating_preview_horizontal_padding</item>
|
||||
<item name="gestureFloatingPreviewVerticalPadding">@dimen/gesture_floating_preview_vertical_padding</item>
|
||||
<item name="gestureFloatingPreviewRoundRadius">@dimen/gesture_floating_preview_round_radius</item>
|
||||
<item name="gestureFloatingPreviewTextLingerTimeout">@integer/config_gesture_floating_preview_text_linger_timeout</item>
|
||||
<item name="gesturePreviewTrailFadeoutStartDelay">@integer/config_gesture_preview_trail_fadeout_start_delay</item>
|
||||
<item name="gesturePreviewTrailFadeoutDuration">@integer/config_gesture_preview_trail_fadeout_duration</item>
|
||||
<item name="gesturePreviewTrailUpdateInterval">@integer/config_gesture_preview_trail_update_interval</item>
|
||||
<item name="gesturePreviewTrailColor">@android:color/holo_blue_light</item>
|
||||
<item name="gesturePreviewTrailWidth">@dimen/gesture_preview_trail_width</item>
|
||||
<item name="gesturePreviewTrailStartWidth">@dimen/gesture_preview_trail_start_width</item>
|
||||
<item name="gesturePreviewTrailEndWidth">@dimen/gesture_preview_trail_end_width</item>
|
||||
<!-- Common attributes of MainKeyboardView -->
|
||||
<item name="keyHysteresisDistance">@dimen/config_key_hysteresis_distance</item>
|
||||
<item name="touchNoiseThresholdTime">@integer/config_touch_noise_threshold_time</item>
|
||||
|
@ -203,7 +199,7 @@
|
|||
<item name="keyHintLabelColor">#E0000000</item>
|
||||
<item name="keyShiftedLetterHintInactivatedColor">#66000000</item>
|
||||
<item name="keyShiftedLetterHintActivatedColor">#CC000000</item>
|
||||
<item name="shadowColor">#FFFFFFFF</item>
|
||||
<item name="keyTextShadowColor">#FFFFFFFF</item>
|
||||
</style>
|
||||
<style
|
||||
name="MainKeyboardView.Stone"
|
||||
|
@ -229,7 +225,7 @@
|
|||
>
|
||||
<item name="keyBackground">@drawable/btn_keyboard_key_stone</item>
|
||||
<item name="keyTextColor">#FF000000</item>
|
||||
<item name="shadowColor">#FFFFFFFF</item>
|
||||
<item name="keyTextShadowColor">#FFFFFFFF</item>
|
||||
</style>
|
||||
<!-- Theme "Stone bold" -->
|
||||
<style
|
||||
|
@ -243,7 +239,7 @@
|
|||
name="KeyboardView.Stone.Bold"
|
||||
parent="KeyboardView.Stone"
|
||||
>
|
||||
<item name="keyTextStyle">bold</item>
|
||||
<item name="keyTypeface">bold</item>
|
||||
</style>
|
||||
<style
|
||||
name="MainKeyboardView.Stone.Bold"
|
||||
|
@ -272,7 +268,7 @@
|
|||
>
|
||||
<item name="android:background">@drawable/keyboard_dark_background</item>
|
||||
<item name="keyBackground">@drawable/btn_keyboard_key_gingerbread</item>
|
||||
<item name="keyTextStyle">bold</item>
|
||||
<item name="keyTypeface">bold</item>
|
||||
</style>
|
||||
<style
|
||||
name="MainKeyboardView.Gingerbread"
|
||||
|
@ -317,19 +313,17 @@
|
|||
>
|
||||
<item name="android:background">@drawable/keyboard_background_holo</item>
|
||||
<item name="keyBackground">@drawable/btn_keyboard_key_ics</item>
|
||||
<item name="keyTextStyle">bold</item>
|
||||
<item name="keyTypeface">bold</item>
|
||||
<item name="keyTextInactivatedColor">#66E0E4E5</item>
|
||||
<item name="keyHintLetterColor">#80000000</item>
|
||||
<item name="keyHintLabelColor">#A0FFFFFF</item>
|
||||
<item name="keyShiftedLetterHintInactivatedColor">#66E0E4E5</item>
|
||||
<item name="keyShiftedLetterHintActivatedColor">#FFFFFFFF</item>
|
||||
<item name="keyPreviewBackground">@drawable/keyboard_key_feedback_ics</item>
|
||||
<item name="keyPreviewLeftBackground">@drawable/keyboard_key_feedback_left_ics</item>
|
||||
<item name="keyPreviewRightBackground">@drawable/keyboard_key_feedback_right_ics</item>
|
||||
<item name="keyPreviewLayout">@layout/key_preview_ics</item>
|
||||
<item name="keyPreviewTextColor">#FFFFFFFF</item>
|
||||
<item name="keyPreviewOffset">@dimen/key_preview_offset_ics</item>
|
||||
<item name="shadowColor">#00000000</item>
|
||||
<item name="shadowRadius">0.0</item>
|
||||
<item name="keyTextShadowColor">#00000000</item>
|
||||
<item name="keyTextShadowRadius">0.0</item>
|
||||
</style>
|
||||
<style
|
||||
name="MainKeyboardView.IceCreamSandwich"
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
latin:moreKeys="!text/more_keys_for_tablet_double_quote" />
|
||||
<Key
|
||||
latin:keyLabel="_" />
|
||||
<!-- Here is empty space. -->
|
||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
latin:keyXPos="28.0%p"
|
||||
latin:keyboardLayout="@xml/key_space"
|
||||
latin:backgroundType="normal" />
|
||||
<!-- Here is empty space. -->
|
||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -23,19 +23,23 @@
|
|||
>
|
||||
<!-- U+0636: "ض" ARABIC LETTER DAD -->
|
||||
<Key
|
||||
latin:keyLabel="ض" />
|
||||
latin:keyLabel="ض"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0635: "ص" ARABIC LETTER SAD -->
|
||||
<Key
|
||||
latin:keyLabel="ص" />
|
||||
latin:keyLabel="ص"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062B: "ث" ARABIC LETTER THEH -->
|
||||
<Key
|
||||
latin:keyLabel="ث" />
|
||||
latin:keyLabel="ث"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0642: "ق" ARABIC LETTER QAF
|
||||
U+06A8: "ڨ" ARABIC LETTER QAF WITH THREE DOTS ABOVE -->
|
||||
<!-- TODO: DroidSansArabic lacks the glyph of U+06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE -->
|
||||
<Key
|
||||
latin:keyLabel="ق"
|
||||
latin:moreKeys="ڨ" />
|
||||
latin:moreKeys="ڨ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0641: "ف" ARABIC LETTER FEH
|
||||
U+06A4: "ڤ" ARABIC LETTER VEH
|
||||
U+06A2: "ڢ" ARABIC LETTER FEH WITH DOT MOVED BELOW
|
||||
|
@ -44,28 +48,35 @@
|
|||
<!-- TODO: DroidSansArabic lacks the glyph of U+06A5 ARABIC LETTER FEH WITH THREE DOTS BELOW -->
|
||||
<Key
|
||||
latin:keyLabel="ف"
|
||||
latin:moreKeys="ڤ,ڢ,ڥ" />
|
||||
latin:moreKeys="ڤ,ڢ,ڥ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+063A: "غ" ARABIC LETTER GHAIN -->
|
||||
<Key
|
||||
latin:keyLabel="غ" />
|
||||
latin:keyLabel="غ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0639: "ع" ARABIC LETTER AIN -->
|
||||
<Key
|
||||
latin:keyLabel="ع" />
|
||||
latin:keyLabel="ع"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0647: "ه" ARABIC LETTER HEH
|
||||
U+FEEB: "ﻫ" ARABIC LETTER HEH INITIAL FORM
|
||||
U+0647 U+200D: ARABIC LETTER HEH + ZERO WIDTH JOINER -->
|
||||
<Key
|
||||
latin:keyLabel="ه"
|
||||
latin:moreKeys="ﻫ|ه‍" />
|
||||
latin:moreKeys="ﻫ|ه‍"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062E: "خ" ARABIC LETTER KHAH -->
|
||||
<Key
|
||||
latin:keyLabel="خ" />
|
||||
latin:keyLabel="خ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062D: "ح" ARABIC LETTER HAH -->
|
||||
<Key
|
||||
latin:keyLabel="ح" />
|
||||
latin:keyLabel="ح"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062C: "ج" ARABIC LETTER JEEM
|
||||
U+0686: "چ" ARABIC LETTER TCHEH -->
|
||||
<Key
|
||||
latin:keyLabel="ج"
|
||||
latin:moreKeys="چ" />
|
||||
latin:moreKeys="چ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
||||
|
|
|
@ -26,21 +26,25 @@
|
|||
<!-- TODO: DroidSansArabic lacks the glyph of U+069C ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE -->
|
||||
<Key
|
||||
latin:keyLabel="ش"
|
||||
latin:moreKeys="ڜ" />
|
||||
latin:moreKeys="ڜ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0633: "س" ARABIC LETTER SEEN -->
|
||||
<Key
|
||||
latin:keyLabel="س" />
|
||||
latin:keyLabel="س"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+064A: "ي" ARABIC LETTER YEH
|
||||
U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE
|
||||
U+0649: "ى" ARABIC LETTER ALEF MAKSURA -->
|
||||
<Key
|
||||
latin:keyLabel="ي"
|
||||
latin:moreKeys="ئ,ى" />
|
||||
latin:moreKeys="ئ,ى"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0628: "ب" ARABIC LETTER BEH
|
||||
U+067E: "پ" ARABIC LETTER PEH -->
|
||||
<Key
|
||||
latin:keyLabel="ب"
|
||||
latin:moreKeys="پ" />
|
||||
latin:moreKeys="پ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0644: "ل" ARABIC LETTER LAM
|
||||
U+FEFB: "ﻻ" ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM
|
||||
U+0627: "ا" ARABIC LETTER ALEF
|
||||
|
@ -52,7 +56,8 @@
|
|||
U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE -->
|
||||
<Key
|
||||
latin:keyLabel="ل"
|
||||
latin:moreKeys="ﻻ|لا,ﻷ|لأ,ﻹ|لإ,ﻵ|لآ" />
|
||||
latin:moreKeys="ﻻ|لا,ﻷ|لأ,ﻹ|لإ,ﻵ|لآ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0627: "ا" ARABIC LETTER ALEF
|
||||
U+0621: "ء" ARABIC LETTER HAMZA
|
||||
U+0671: "ٱ" ARABIC LETTER ALEF WASLA
|
||||
|
@ -61,23 +66,29 @@
|
|||
U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE -->
|
||||
<Key
|
||||
latin:keyLabel="ا"
|
||||
latin:moreKeys="ء,ٱ,أ,إ,آ" />
|
||||
latin:moreKeys="ء,ٱ,أ,إ,آ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062A: "ت" ARABIC LETTER TEH -->
|
||||
<Key
|
||||
latin:keyLabel="ت" />
|
||||
latin:keyLabel="ت"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0646: "ن" ARABIC LETTER NOON -->
|
||||
<Key
|
||||
latin:keyLabel="ن" />
|
||||
latin:keyLabel="ن"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0645: "م" ARABIC LETTER MEEM -->
|
||||
<Key
|
||||
latin:keyLabel="م" />
|
||||
latin:keyLabel="م"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0643: "ك" ARABIC LETTER KAF
|
||||
U+06AF: "گ" ARABIC LETTER GAF
|
||||
U+06A9: "ک" ARABIC LETTER KEHEH -->
|
||||
<Key
|
||||
latin:keyLabel="ك"
|
||||
latin:moreKeys="گ,ک" />
|
||||
latin:moreKeys="گ,ک"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0637: "ط" ARABIC LETTER TAH -->
|
||||
<Key
|
||||
latin:keyLabel="ط" />
|
||||
latin:keyLabel="ط"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
||||
|
|
|
@ -23,37 +23,48 @@
|
|||
>
|
||||
<!-- U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE -->
|
||||
<Key
|
||||
latin:keyLabel="ئ" />
|
||||
latin:keyLabel="ئ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0621: "ء" ARABIC LETTER HAMZA -->
|
||||
<Key
|
||||
latin:keyLabel="ء" />
|
||||
latin:keyLabel="ء"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0624: "ؤ" ARABIC LETTER WAW WITH HAMZA ABOVE -->
|
||||
<Key
|
||||
latin:keyLabel="ؤ" />
|
||||
latin:keyLabel="ؤ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0631: "ر" ARABIC LETTER REH -->
|
||||
<Key
|
||||
latin:keyLabel="ر" />
|
||||
latin:keyLabel="ر"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0630: "ذ" ARABIC LETTER THAL -->
|
||||
<Key
|
||||
latin:keyLabel="ذ" />
|
||||
latin:keyLabel="ذ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0649: "ى" ARABIC LETTER ALEF MAKSURA -->
|
||||
<Key
|
||||
latin:keyLabel="ى" />
|
||||
latin:keyLabel="ى"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0629: "ة" ARABIC LETTER TEH MARBUTA -->
|
||||
<Key
|
||||
latin:keyLabel="ة" />
|
||||
latin:keyLabel="ة"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0648: "و" ARABIC LETTER WAW -->
|
||||
<Key
|
||||
latin:keyLabel="و" />
|
||||
latin:keyLabel="و"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0632: "ز" ARABIC LETTER ZAIN
|
||||
U+0698: "ژ" ARABIC LETTER JEH -->
|
||||
<Key
|
||||
latin:keyLabel="ز"
|
||||
latin:moreKeys="ژ" />
|
||||
latin:moreKeys="ژ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0638: "ظ" ARABIC LETTER ZAH -->
|
||||
<Key
|
||||
latin:keyLabel="ظ" />
|
||||
latin:keyLabel="ظ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062F: "د" ARABIC LETTER DAL -->
|
||||
<Key
|
||||
latin:keyLabel="د" />
|
||||
latin:keyLabel="د"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
||||
|
|
|
@ -23,25 +23,32 @@
|
|||
>
|
||||
<!-- U+0636: "ض" ARABIC LETTER DAD -->
|
||||
<Key
|
||||
latin:keyLabel="ض" />
|
||||
latin:keyLabel="ض"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0635: "ص" ARABIC LETTER SAD -->
|
||||
<Key
|
||||
latin:keyLabel="ص" />
|
||||
latin:keyLabel="ص"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062B: "ث" ARABIC LETTER THEH -->
|
||||
<Key
|
||||
latin:keyLabel="ث" />
|
||||
latin:keyLabel="ث"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0642: "ق" ARABIC LETTER QAF -->
|
||||
<Key
|
||||
latin:keyLabel="ق" />
|
||||
latin:keyLabel="ق"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0641: "ف" ARABIC LETTER FEH -->
|
||||
<Key
|
||||
latin:keyLabel="ف" />
|
||||
latin:keyLabel="ف"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+063A: "غ" ARABIC LETTER GHAIN -->
|
||||
<Key
|
||||
latin:keyLabel="غ" />
|
||||
latin:keyLabel="غ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0639: "ع" ARABIC LETTER AIN -->
|
||||
<Key
|
||||
latin:keyLabel="ع" />
|
||||
latin:keyLabel="ع"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0647: "ه" ARABIC LETTER HEH
|
||||
U+FEEB: "ﻫ" ARABIC LETTER HEH INITIAL FORM
|
||||
U+0647/U+200D: ARABIC LETTER HEH + ZERO WIDTH JOINER
|
||||
|
@ -49,17 +56,22 @@
|
|||
U+0629: "ة" ARABIC LETTER TEH MARBUTA -->
|
||||
<Key
|
||||
latin:keyLabel="ه"
|
||||
latin:moreKeys="ﻫ|ه‍,هٔ,ة,%" />
|
||||
latin:moreKeys="ﻫ|ه‍,هٔ,ة,%"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062E: "خ" ARABIC LETTER KHAH -->
|
||||
<Key
|
||||
latin:keyLabel="خ" />
|
||||
latin:keyLabel="خ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062D: "ح" ARABIC LETTER HAH -->
|
||||
<Key
|
||||
latin:keyLabel="ح" />
|
||||
latin:keyLabel="ح"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062C: "ج" ARABIC LETTER JEEM -->
|
||||
<Key
|
||||
latin:keyLabel="ج" />
|
||||
latin:keyLabel="ج"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0686: "چ" ARABIC LETTER TCHEH -->
|
||||
<Key
|
||||
latin:keyLabel="چ" />
|
||||
latin:keyLabel="چ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
||||
|
|
|
@ -23,10 +23,12 @@
|
|||
>
|
||||
<!-- U+0634: "ش" ARABIC LETTER SHEEN -->
|
||||
<Key
|
||||
latin:keyLabel="ش" />
|
||||
latin:keyLabel="ش"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0633: "س" ARABIC LETTER SEEN -->
|
||||
<Key
|
||||
latin:keyLabel="س" />
|
||||
latin:keyLabel="س"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+06CC: "ی" ARABIC LETTER FARSI YEH
|
||||
U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE
|
||||
U+064A: "ي" ARABIC LETTER YEH
|
||||
|
@ -34,13 +36,16 @@
|
|||
U+0649: "ى" ARABIC LETTER ALEF MAKSURA -->
|
||||
<Key
|
||||
latin:keyLabel="ی"
|
||||
latin:moreKeys="ئ,ي,ﯨ|ى" />
|
||||
latin:moreKeys="ئ,ي,ﯨ|ى"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0628: "ب" ARABIC LETTER BEH -->
|
||||
<Key
|
||||
latin:keyLabel="ب" />
|
||||
latin:keyLabel="ب"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0644: "ل" ARABIC LETTER LAM -->
|
||||
<Key
|
||||
latin:keyLabel="ل" />
|
||||
latin:keyLabel="ل"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0627: "ا" ARABIC LETTER ALEF
|
||||
U+0621: "ء" ARABIC LETTER HAMZA
|
||||
U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE
|
||||
|
@ -49,25 +54,31 @@
|
|||
U+0625: "إ" ARABIC LETTER ALEF WITH HAMZA BELOW -->
|
||||
<Key
|
||||
latin:keyLabel="ا"
|
||||
latin:moreKeys="ء,آ,أ,ٱ,إ" />
|
||||
latin:moreKeys="ء,آ,أ,ٱ,إ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062A: "ت" ARABIC LETTER TEH
|
||||
U+062B: "ﺙ" ARABIC LETTER THEH
|
||||
U+0629: "ة": ARABIC LETTER TEH MARBUTA -->
|
||||
<Key
|
||||
latin:keyLabel="ت"
|
||||
latin:moreKeys="ث,ة" />
|
||||
latin:moreKeys="ث,ة"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0646: "ن" ARABIC LETTER NOON -->
|
||||
<Key
|
||||
latin:keyLabel="ن" />
|
||||
latin:keyLabel="ن"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0645: "م" ARABIC LETTER MEEM -->
|
||||
<Key
|
||||
latin:keyLabel="م" />
|
||||
latin:keyLabel="م"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+06A9: "ک" ARABIC LETTER KEHEH
|
||||
U+0643: "ك" ARABIC LETTER KAF -->
|
||||
<Key
|
||||
latin:keyLabel="ک"
|
||||
latin:moreKeys="ك" />
|
||||
latin:moreKeys="ك"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+06AF: "گ" ARABIC LETTER GAF -->
|
||||
<Key
|
||||
latin:keyLabel="گ" />
|
||||
latin:keyLabel="گ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
||||
|
|
|
@ -23,34 +23,44 @@
|
|||
>
|
||||
<!-- U+0638: "ظ" ARABIC LETTER ZAH -->
|
||||
<Key
|
||||
latin:keyLabel="ظ" />
|
||||
latin:keyLabel="ظ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0637: "ط" ARABIC LETTER TAH -->
|
||||
<Key
|
||||
latin:keyLabel="ط" />
|
||||
latin:keyLabel="ط"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0698: "ژ" ARABIC LETTER JEH -->
|
||||
<Key
|
||||
latin:keyLabel="ژ" />
|
||||
latin:keyLabel="ژ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0632: "ز" ARABIC LETTER ZAIN -->
|
||||
<Key
|
||||
latin:keyLabel="ز" />
|
||||
latin:keyLabel="ز"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0631: "ر" ARABIC LETTER REH -->
|
||||
<Key
|
||||
latin:keyLabel="ر" />
|
||||
latin:keyLabel="ر"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0630: "ذ" ARABIC LETTER THAL -->
|
||||
<Key
|
||||
latin:keyLabel="ذ" />
|
||||
latin:keyLabel="ذ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+062F: "د" ARABIC LETTER DAL -->
|
||||
<Key
|
||||
latin:keyLabel="د" />
|
||||
latin:keyLabel="د"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+067E: "پ" ARABIC LETTER PEH -->
|
||||
<Key
|
||||
latin:keyLabel="پ" />
|
||||
latin:keyLabel="پ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0648: "و" ARABIC LETTER WAW
|
||||
U+0624: "ؤ" ARABIC LETTER WAW WITH HAMZA ABOVE -->
|
||||
<Key
|
||||
latin:keyLabel="و"
|
||||
latin:moreKeys="ؤ" />
|
||||
latin:moreKeys="ؤ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE -->
|
||||
<Key
|
||||
latin:keyLabel="آ" />
|
||||
latin:keyLabel="آ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
||||
|
|
|
@ -1,97 +0,0 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
|
||||
>
|
||||
<!-- U+0E51: "๑" THAI DIGIT ONE -->
|
||||
<Key
|
||||
latin:keyLabel="๑" />
|
||||
<!-- U+0E52: "๒" THAI DIGIT TWO -->
|
||||
<Key
|
||||
latin:keyLabel="๒" />
|
||||
<!-- U+0E53: "๓" THAI DIGIT THREE -->
|
||||
<Key
|
||||
latin:keyLabel="๓" />
|
||||
<!-- U+0E54: "๔" THAI DIGIT FOUR -->
|
||||
<Key
|
||||
latin:keyLabel="๔" />
|
||||
<!-- U+0E39: " ู" THAI CHARACTER SARA UU -->
|
||||
<Key
|
||||
latin:keyLabel="ู" />
|
||||
<!-- U+0E3F: "฿" THAI CURRENCY SYMBOL BAHT -->
|
||||
<Key
|
||||
latin:keyLabel="฿" />
|
||||
<!-- U+0E55: "๕" THAI DIGIT FIVE -->
|
||||
<Key
|
||||
latin:keyLabel="๕" />
|
||||
<!-- U+0E56: "๖" THAI DIGIT SIX -->
|
||||
<Key
|
||||
latin:keyLabel="๖" />
|
||||
<!-- U+0E57: "๗" THAI DIGIT SEVEN -->
|
||||
<Key
|
||||
latin:keyLabel="๗" />
|
||||
<!-- U+0E58: "๘" THAI DIGIT EIGHT -->
|
||||
<Key
|
||||
latin:keyLabel="๘" />
|
||||
<!-- U+0E59: "๙" THAI DIGIT NINE -->
|
||||
<Key
|
||||
latin:keyLabel="๙" />
|
||||
</case>
|
||||
<default>
|
||||
<!-- U+0E45: "ๅ" THAI CHARACTER LAKKHANGYAO -->
|
||||
<Key
|
||||
latin:keyLabel="ๅ" />
|
||||
<Key
|
||||
latin:keyLabel="/" />
|
||||
<!-- U+0E20: "ภ" THAI CHARACTER PHO SAMPHAO -->
|
||||
<Key
|
||||
latin:keyLabel="ภ" />
|
||||
<!-- U+0E16: "ถ" THAI CHARACTER THO THUNG -->
|
||||
<Key
|
||||
latin:keyLabel="ถ" />
|
||||
<!-- U+0E38: " ุ" THAI CHARACTER SARA U -->
|
||||
<Key
|
||||
latin:keyLabel="ุ" />
|
||||
<!-- U+0E36: " ึ" THAI CHARACTER SARA UE -->
|
||||
<Key
|
||||
latin:keyLabel="ึ" />
|
||||
<!-- U+0E04: "ค" THAI CHARACTER KHO KHWAI -->
|
||||
<Key
|
||||
latin:keyLabel="ค" />
|
||||
<!-- U+0E15: "ต" THAI CHARACTER TO TAO -->
|
||||
<Key
|
||||
latin:keyLabel="ต" />
|
||||
<!-- U+0E08: "จ" THAI CHARACTER CHO CHAN -->
|
||||
<Key
|
||||
latin:keyLabel="จ" />
|
||||
<!-- U+0E02: "ข" THAI CHARACTER KHO KHAI -->
|
||||
<Key
|
||||
latin:keyLabel="ข" />
|
||||
<!-- U+0E0A: "ช" THAI CHARACTER CHO CHANG -->
|
||||
<Key
|
||||
latin:keyLabel="ช" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
|
@ -1,108 +0,0 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
|
||||
>
|
||||
<!-- U+0E50: "๐" THAI DIGIT ZERO -->
|
||||
<Key
|
||||
latin:keyLabel="๐" />
|
||||
<Key
|
||||
latin:keyLabel=""" />
|
||||
<!-- U+0E0E: "ฎ" THAI CHARACTER DO CHADA -->
|
||||
<Key
|
||||
latin:keyLabel="ฎ" />
|
||||
<!-- U+0E11: "ฑ" THAI CHARACTER THO NANGMONTHO -->
|
||||
<Key
|
||||
latin:keyLabel="ฑ" />
|
||||
<!-- U+0E18: "ธ" THAI CHARACTER THO THONG -->
|
||||
<Key
|
||||
latin:keyLabel="ธ" />
|
||||
<!-- U+0E4D: " ํ" THAI CHARACTER THANTHAKHAT -->
|
||||
<Key
|
||||
latin:keyLabel="ํ" />
|
||||
<!-- U+0E4A: " ๊" THAI CHARACTER MAI TRI -->
|
||||
<Key
|
||||
latin:keyLabel="๊" />
|
||||
<!-- U+0E13: "ณ" THAI CHARACTER NO NEN -->
|
||||
<Key
|
||||
latin:keyLabel="ณ" />
|
||||
<!-- U+0E2F: "ฯ" THAI CHARACTER PAIYANNOI -->
|
||||
<Key
|
||||
latin:keyLabel="ฯ" />
|
||||
<!-- U+0E0D: "ญ" THAI CHARACTER YO YING -->
|
||||
<Key
|
||||
latin:keyLabel="ญ" />
|
||||
<!-- U+0E10: "ฐ" THAI CHARACTER THO THAN -->
|
||||
<Key
|
||||
latin:keyLabel="ฐ" />
|
||||
<Key
|
||||
latin:keyLabel="," />
|
||||
<!-- U+0E05: "ฅ" THAI CHARACTER KHO KHON -->
|
||||
<Key
|
||||
latin:keyLabel="ฅ" />
|
||||
</case>
|
||||
<default>
|
||||
<!-- U+0E46: "ๆ" THAI CHARACTER MAIYAMOK -->
|
||||
<Key
|
||||
latin:keyLabel="ๆ" />
|
||||
<!-- U+0E44: "ไ" THAI CHARACTER SARA AI MAIMALAI -->
|
||||
<Key
|
||||
latin:keyLabel="ไ" />
|
||||
<!-- U+0E33: "ำ" THAI CHARACTER SARA AM -->
|
||||
<Key
|
||||
latin:keyLabel="ำ" />
|
||||
<!-- U+0E1E: "พ" THAI CHARACTER PHO PHAN -->
|
||||
<Key
|
||||
latin:keyLabel="พ" />
|
||||
<!-- U+0E30: "ะ" THAI CHARACTER SARA A -->
|
||||
<Key
|
||||
latin:keyLabel="ะ" />
|
||||
<!-- U+0E31: " ั" THAI CHARACTER MAI HAN-AKAT -->
|
||||
<Key
|
||||
latin:keyLabel="ั" />
|
||||
<!-- U+0E35: " ี" HAI CHARACTER SARA II -->
|
||||
<Key
|
||||
latin:keyLabel="ี" />
|
||||
<!-- U+0E23: "ร" THAI CHARACTER RO RUA -->
|
||||
<Key
|
||||
latin:keyLabel="ร" />
|
||||
<!-- U+0E19: "น" THAI CHARACTER NO NU -->
|
||||
<Key
|
||||
latin:keyLabel="น" />
|
||||
<!-- U+0E22: "ย" THAI CHARACTER YO YAK -->
|
||||
<Key
|
||||
latin:keyLabel="ย" />
|
||||
<!-- U+0E1A: "บ" THAI CHARACTER BO BAIMAI -->
|
||||
<Key
|
||||
latin:keyLabel="บ" />
|
||||
<!-- U+0E25: "ล" THAI CHARACTER LO LING -->
|
||||
<Key
|
||||
latin:keyLabel="ล" />
|
||||
<!-- U+0E03: "ฃ" THAI CHARACTER KHO KHUAT -->
|
||||
<Key
|
||||
latin:keyLabel="ฃ" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
|
@ -1,97 +0,0 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
|
||||
>
|
||||
<!-- U+0E24: "ฤ" THAI CHARACTER RU -->
|
||||
<Key
|
||||
latin:keyLabel="ฤ" />
|
||||
<!-- U+0E06: "ฆ" THAI CHARACTER KHO RAKHANG -->
|
||||
<Key
|
||||
latin:keyLabel="ฆ" />
|
||||
<!-- U+0E0F: "ฏ" THAI CHARACTER TO PATAK -->
|
||||
<Key
|
||||
latin:keyLabel="ฏ" />
|
||||
<!-- U+0E42: "โ" THAI CHARACTER SARA O -->
|
||||
<Key
|
||||
latin:keyLabel="โ" />
|
||||
<!-- U+0E0C: "ฌ" THAI CHARACTER CHO CHOE -->
|
||||
<Key
|
||||
latin:keyLabel="ฌ" />
|
||||
<!-- U+0E47: " ็" THAI CHARACTER MAITAIKHU -->
|
||||
<Key
|
||||
latin:keyLabel="็" />
|
||||
<!-- U+0E4B: " ๋" THAI CHARACTER MAI CHATTAWA -->
|
||||
<Key
|
||||
latin:keyLabel="๋" />
|
||||
<!-- U+0E29: "ษ" THAI CHARACTER SO RUSI -->
|
||||
<Key
|
||||
latin:keyLabel="ษ" />
|
||||
<!-- U+0E28: "ศ" THAI CHARACTER SO SALA -->
|
||||
<Key
|
||||
latin:keyLabel="ศ" />
|
||||
<!-- U+0E0B: "ซ" THAI CHARACTER SO SO -->
|
||||
<Key
|
||||
latin:keyLabel="ซ" />
|
||||
<Key
|
||||
latin:keyLabel="." />
|
||||
</case>
|
||||
<default>
|
||||
<!-- U+0E1F: "ฟ" THAI CHARACTER FO FAN -->
|
||||
<Key
|
||||
latin:keyLabel="ฟ" />
|
||||
<!-- U+0E2B: "ห" THAI CHARACTER HO HIP -->
|
||||
<Key
|
||||
latin:keyLabel="ห" />
|
||||
<!-- U+0E01: "ก" THAI CHARACTER KO KAI -->
|
||||
<Key
|
||||
latin:keyLabel="ก" />
|
||||
<!-- U+0E14: "ด" THAI CHARACTER DO DEK -->
|
||||
<Key
|
||||
latin:keyLabel="ด" />
|
||||
<!-- U+0E40: "เ" THAI CHARACTER SARA E -->
|
||||
<Key
|
||||
latin:keyLabel="เ" />
|
||||
<!-- U+0E49: " ้" THAI CHARACTER MAI THO -->
|
||||
<Key
|
||||
latin:keyLabel="้" />
|
||||
<!-- U+0E48: " ฺ" THAI CHARACTER MAI EK -->
|
||||
<Key
|
||||
latin:keyLabel="่" />
|
||||
<!-- U+0E32: "า" THAI CHARACTER SARA AA -->
|
||||
<Key
|
||||
latin:keyLabel="า" />
|
||||
<!-- U+0E2A: "ส" THAI CHARACTER SO SUA -->
|
||||
<Key
|
||||
latin:keyLabel="ส" />
|
||||
<!-- U+0E27: "ว" THAI CHARACTER WO WAEN -->
|
||||
<Key
|
||||
latin:keyLabel="ว" />
|
||||
<!-- U+0E07: "ง" THAI CHARACTER NGO NGU -->
|
||||
<Key
|
||||
latin:keyLabel="ง" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
|
@ -1,89 +0,0 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="(" />
|
||||
<Key
|
||||
latin:keyLabel=")" />
|
||||
<!-- U+0E09: "ฉ" THAI CHARACTER CHO CHING -->
|
||||
<Key
|
||||
latin:keyLabel="ฉ" />
|
||||
<!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK -->
|
||||
<Key
|
||||
latin:keyLabel="ฮ" />
|
||||
<!-- U+0E3A: " ฺ" THAI CHARACTER PHINTHU -->
|
||||
<Key
|
||||
latin:keyLabel="ฺ" />
|
||||
<!-- U+0E4C: " ์" THAI CHARACTER THANTHAKHAT -->
|
||||
<Key
|
||||
latin:keyLabel="์" />
|
||||
<Key
|
||||
latin:keyLabel="\?" />
|
||||
<!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO -->
|
||||
<Key
|
||||
latin:keyLabel="ฒ" />
|
||||
<!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA -->
|
||||
<Key
|
||||
latin:keyLabel="ฬ" />
|
||||
<!-- U+0E26: "ฦ" THAI CHARACTER LU -->
|
||||
<Key
|
||||
latin:keyLabel="ฦ" />
|
||||
</case>
|
||||
<default>
|
||||
<!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG -->
|
||||
<Key
|
||||
latin:keyLabel="ผ" />
|
||||
<!-- U+0E1B: "ป" THAI CHARACTER PO PLA -->
|
||||
<Key
|
||||
latin:keyLabel="ป" />
|
||||
<!-- U+0E41: "แ" THAI CHARACTER SARA AE -->
|
||||
<Key
|
||||
latin:keyLabel="แ" />
|
||||
<!-- U+0E2D: "อ" THAI CHARACTER O ANG -->
|
||||
<Key
|
||||
latin:keyLabel="อ" />
|
||||
<!-- U+0E34: " ิ" THAI CHARACTER SARA I -->
|
||||
<Key
|
||||
latin:keyLabel="ิ" />
|
||||
<!-- U+0E37: " ื" THAI CHARACTER SARA UEE -->
|
||||
<Key
|
||||
latin:keyLabel="ื" />
|
||||
<!-- U+0E17: "ท" THAI CHARACTER THO THAHAN -->
|
||||
<Key
|
||||
latin:keyLabel="ท" />
|
||||
<!-- U+0E21: "ม" THAI CHARACTER MO MA -->
|
||||
<Key
|
||||
latin:keyLabel="ม" />
|
||||
<!-- U+0E43: "ใ" THAI CHARACTER SARA AI MAIMUAN -->
|
||||
<Key
|
||||
latin:keyLabel="ใ" />
|
||||
<!-- U+0E1D: "ฝ" THAI CHARACTER FO FA -->
|
||||
<Key
|
||||
latin:keyLabel="ฝ" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
|
@ -153,5 +153,8 @@
|
|||
<Key
|
||||
latin:keyLabel="#"
|
||||
latin:keyStyle="numKeyStyle" />
|
||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
latin:keyWidth="7.5%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_thai1"
|
||||
latin:keyXPos="3.75%p" />
|
||||
latin:keyboardLayout="@xml/rowkeys_thai1" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
|
@ -38,14 +37,16 @@
|
|||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_thai2"
|
||||
latin:keyXPos="0.719%p" />
|
||||
latin:keyXPos="2.5%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_thai_kho_khuat" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="7.5%p"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_thai3"
|
||||
latin:keyXPos="3.75%p" />
|
||||
latin:keyXPos="5.0%p" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="2.65%p"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_thai_symbols_shift" />
|
||||
</Keyboard>
|
|
@ -21,7 +21,9 @@
|
|||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="2.95%p"
|
||||
latin:verticalGap="@fraction/key_bottom_gap_5row"
|
||||
latin:keyLetterSize="@fraction/key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="2.95%p"
|
||||
latin:verticalGap="@fraction/key_bottom_gap_5row"
|
||||
latin:keyLetterSize="@fraction/key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
|
|
|
@ -25,8 +25,10 @@
|
|||
latin:keyWidth="8.047%p"
|
||||
latin:backgroundType="functional"
|
||||
>
|
||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="5.782%p" />
|
||||
<include
|
||||
latin:keyXPos="5.782%p"
|
||||
latin:keyboardLayout="@xml/key_settings" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_shortcut" />
|
||||
|
@ -42,5 +44,8 @@
|
|||
latin:keyboardLayout="@xml/key_dash" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_f2" />
|
||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -25,8 +25,10 @@
|
|||
latin:keyWidth="8.047%p"
|
||||
latin:backgroundType="functional"
|
||||
>
|
||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="5.782%p" />
|
||||
<include
|
||||
latin:keyXPos="5.782%p"
|
||||
latin:keyboardLayout="@xml/key_settings" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_shortcut" />
|
||||
|
@ -40,5 +42,8 @@
|
|||
latin:keyboardLayout="@xml/keys_comma_period" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_f2" />
|
||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -25,8 +25,10 @@
|
|||
latin:keyWidth="8.047%p"
|
||||
latin:backgroundType="functional"
|
||||
>
|
||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="5.782%p" />
|
||||
<include
|
||||
latin:keyXPos="5.782%p"
|
||||
latin:keyboardLayout="@xml/key_settings" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_shortcut" />
|
||||
|
@ -42,5 +44,8 @@
|
|||
latin:keyboardLayout="@xml/key_dash" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_f2" />
|
||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -25,8 +25,10 @@
|
|||
latin:keyWidth="8.047%p"
|
||||
latin:backgroundType="functional"
|
||||
>
|
||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="13.829%p" />
|
||||
<Key
|
||||
latin:keyXPos="13.829%p"
|
||||
latin:keyLabel="/" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_f1" />
|
||||
|
@ -39,6 +41,8 @@
|
|||
latin:moreKeys="!text/more_keys_for_tablet_double_quote" />
|
||||
<Key
|
||||
latin:keyLabel="_" />
|
||||
<!-- Here is empty space. -->
|
||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -25,11 +25,14 @@
|
|||
latin:keyWidth="8.047%p"
|
||||
latin:backgroundType="functional"
|
||||
>
|
||||
<!-- Here is empty space. -->
|
||||
<!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="29.923%p" />
|
||||
<include
|
||||
latin:keyXPos="29.923%p"
|
||||
latin:keyboardLayout="@xml/key_space"
|
||||
latin:backgroundType="normal" />
|
||||
<!-- Here is empty space. -->
|
||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -23,32 +23,42 @@
|
|||
>
|
||||
<!-- U+0E51: "๑" THAI DIGIT ONE -->
|
||||
<Key
|
||||
latin:keyLabel="๑" />
|
||||
latin:keyLabel="๑"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0E52: "๒" THAI DIGIT TWO -->
|
||||
<Key
|
||||
latin:keyLabel="๒" />
|
||||
latin:keyLabel="๒"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0E53: "๓" THAI DIGIT THREE -->
|
||||
<Key
|
||||
latin:keyLabel="๓" />
|
||||
latin:keyLabel="๓"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0E54: "๔" THAI DIGIT FOUR -->
|
||||
<Key
|
||||
latin:keyLabel="๔" />
|
||||
latin:keyLabel="๔"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0E55: "๕" THAI DIGIT FIVE -->
|
||||
<Key
|
||||
latin:keyLabel="๕" />
|
||||
latin:keyLabel="๕"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0E56: "๖" THAI DIGIT SIX -->
|
||||
<Key
|
||||
latin:keyLabel="๖" />
|
||||
latin:keyLabel="๖"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0E57: "๗" THAI DIGIT SEVEN -->
|
||||
<Key
|
||||
latin:keyLabel="๗" />
|
||||
latin:keyLabel="๗"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0E58: "๘" THAI DIGIT EIGHT -->
|
||||
<Key
|
||||
latin:keyLabel="๘" />
|
||||
latin:keyLabel="๘"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0E59: "๙" THAI DIGIT NINE -->
|
||||
<Key
|
||||
latin:keyLabel="๙" />
|
||||
latin:keyLabel="๙"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0E50: "๐" THAI DIGIT ZERO -->
|
||||
<Key
|
||||
latin:keyLabel="๐" />
|
||||
latin:keyLabel="๐"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
||||
|
|
|
@ -168,5 +168,8 @@
|
|||
<Key
|
||||
latin:keyLabel="#"
|
||||
latin:keyStyle="numKeyStyle" />
|
||||
<!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
|
||||
<Spacer
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_thai1"
|
||||
latin:keyXPos="11.508%p" />
|
||||
latin:keyXPos="3.799%p" />
|
||||
<Key
|
||||
latin:keyStyle="deleteKeyStyle"
|
||||
latin:keyWidth="fillRight"/>
|
||||
|
@ -42,9 +42,11 @@
|
|||
latin:keyWidth="7.969%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rowkeys_thai2" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_thai_kho_khuat" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="7.125%p"
|
||||
latin:keyWidth="7.079%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="toSymbolKeyStyle"
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
/*
|
||||
**
|
||||
** Copyright 2008, 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
|
||||
** 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
|
||||
** 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
|
||||
** 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.
|
||||
*/
|
||||
-->
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="3.20%p"
|
||||
latin:verticalGap="@fraction/key_bottom_gap_5row"
|
||||
latin:keyLetterSize="@fraction/key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="3.20%p"
|
||||
latin:verticalGap="@fraction/key_bottom_gap_5row"
|
||||
latin:keyLetterSize="@fraction/key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
<Keyboard
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
latin:rowHeight="20%p"
|
||||
latin:verticalGap="@fraction/key_bottom_gap_5row"
|
||||
latin:keyLetterSize="@fraction/key_letter_ratio_5row"
|
||||
latin:keyShiftedLetterHintRatio="@fraction/key_uppercase_letter_ratio_5row"
|
||||
latin:touchPositionCorrectionData="@null"
|
||||
>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/rows_thai" />
|
||||
|
|
|
@ -0,0 +1,40 @@
|
|||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
|
||||
>
|
||||
<!-- U+0E05: "ฅ" THAI CHARACTER KHO KHON -->
|
||||
<Key
|
||||
latin:keyLabel="ฅ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</case>
|
||||
<default>
|
||||
<!-- U+0E03: "ฃ" THAI CHARACTER KHO KHUAT -->
|
||||
<Key
|
||||
latin:keyLabel="ฃ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
|
@ -34,6 +34,7 @@
|
|||
el: Greek/greek
|
||||
en_US: English United States/qwerty
|
||||
en_GB: English Great Britain/qwerty
|
||||
eo: Esperanto/spanish
|
||||
es: Spanish/spanish
|
||||
et: Estonian/nordic
|
||||
fa: Persian/arabic
|
||||
|
@ -75,6 +76,8 @@
|
|||
zz: QWERTY/qwerty
|
||||
-->
|
||||
<!-- TODO: use <lang>_keyboard icon instead of a common keyboard icon. -->
|
||||
<!-- Note: SupportTouchPositionCorrection extra value is obsolete and maintained for backward
|
||||
compatibility. -->
|
||||
<!-- If IME doesn't have an applicable subtype, the first subtype will be used as a default
|
||||
subtype.-->
|
||||
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
|
@ -82,126 +85,154 @@
|
|||
android:isDefault="@bool/im_is_default">
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_en_US"
|
||||
android:subtypeId="-921088104"
|
||||
android:imeSubtypeLocale="en_US"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_en_GB"
|
||||
android:subtypeId="-1337596075"
|
||||
android:imeSubtypeLocale="en_GB"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1872175968"
|
||||
android:imeSubtypeLocale="af"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1494081088"
|
||||
android:imeSubtypeLocale="ar"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="499361881"
|
||||
android:imeSubtypeLocale="be"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=east_slavic"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="195674344"
|
||||
android:imeSubtypeLocale="bg"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=bulgarian"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_bulgarian_bds"
|
||||
android:subtypeId="1599191706"
|
||||
android:imeSubtypeLocale="bg"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=bulgarian_bds"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-756735787"
|
||||
android:imeSubtypeLocale="ca"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=spanish,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="758984400"
|
||||
android:imeSubtypeLocale="cs"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="770990173"
|
||||
android:imeSubtypeLocale="da"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="774684257"
|
||||
android:imeSubtypeLocale="de"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="242746067"
|
||||
android:imeSubtypeLocale="el"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=greek"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1083200842"
|
||||
android:imeSubtypeLocale="eo"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=spanish"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="816242702"
|
||||
android:imeSubtypeLocale="es"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-332580523"
|
||||
android:imeSubtypeLocale="et"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=nordic,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-1100561836"
|
||||
android:imeSubtypeLocale="fa"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=farsi"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="835636643"
|
||||
android:imeSubtypeLocale="fi"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="843948332"
|
||||
android:imeSubtypeLocale="fr"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-354699631"
|
||||
android:imeSubtypeLocale="fr_CA"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="963984255"
|
||||
android:imeSubtypeLocale="hi"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=hindi"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="901206634"
|
||||
android:imeSubtypeLocale="hr"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="903977197"
|
||||
android:imeSubtypeLocale="hu"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
|
@ -209,18 +240,21 @@
|
|||
<!-- Java uses the deprecated "in" code instead of the standard "id" code for Indonesian. -->
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="2108597344"
|
||||
android:imeSubtypeLocale="in"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="2113214949"
|
||||
android:imeSubtypeLocale="is"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="931682827"
|
||||
android:imeSubtypeLocale="it"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
|
@ -228,102 +262,119 @@
|
|||
<!-- Java uses the deprecated "iw" code instead of the standard "he" code for Hebrew. -->
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1727731901"
|
||||
android:imeSubtypeLocale="iw"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1846648426"
|
||||
android:imeSubtypeLocale="ka"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=georgian"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="775494660"
|
||||
android:imeSubtypeLocale="ky"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=east_slavic"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-2094941373"
|
||||
android:imeSubtypeLocale="lt"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-2093094331"
|
||||
android:imeSubtypeLocale="lv"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-1353667716"
|
||||
android:imeSubtypeLocale="mk"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=south_slavic"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-2067235743"
|
||||
android:imeSubtypeLocale="ms"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1058205204"
|
||||
android:imeSubtypeLocale="nb"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1067440414"
|
||||
android:imeSubtypeLocale="nl"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1124698716"
|
||||
android:imeSubtypeLocale="pl"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-889195354"
|
||||
android:imeSubtypeLocale="pt_BR"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-486540198"
|
||||
android:imeSubtypeLocale="pt_PT"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-1927784072"
|
||||
android:imeSubtypeLocale="ro"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1983547218"
|
||||
android:imeSubtypeLocale="ru"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-1902849005"
|
||||
android:imeSubtypeLocale="sk"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-1901925484"
|
||||
android:imeSubtypeLocale="sl"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="2009405806"
|
||||
android:imeSubtypeLocale="sr"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="SupportTouchPositionCorrection"
|
||||
|
@ -331,12 +382,14 @@
|
|||
<!-- TODO: Uncomment once we can handle IETF language tag with script name specified.
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_serbian_cyrillic"
|
||||
android:subtypeId="XXXXXX"
|
||||
android:imeSubtypeLocale="sr"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_serbian_latin"
|
||||
android:subtypeId="XXXXXX"
|
||||
android:imeSubtypeLocale="sr-Latn"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
|
@ -344,54 +397,63 @@
|
|||
-->
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1219821379"
|
||||
android:imeSubtypeLocale="sv"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-1891766753"
|
||||
android:imeSubtypeLocale="sw"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="529847764"
|
||||
android:imeSubtypeLocale="th"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=thai"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-259881489"
|
||||
android:imeSubtypeLocale="tl"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=spanish,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1244756446"
|
||||
android:imeSubtypeLocale="tr"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="1048856876"
|
||||
android:imeSubtypeLocale="uk"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=east_slavic"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-1818808594"
|
||||
android:imeSubtypeLocale="vi"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="-1693209738"
|
||||
android:imeSubtypeLocale="zu"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
||||
android:label="@string/subtype_no_language_qwerty"
|
||||
android:subtypeId="-1573262419"
|
||||
android:imeSubtypeLocale="zz"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable,EnabledWhenDefaultIsNotAsciiCapable"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue