diff options
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/kbd_emoji_category10.xml | 31 | ||||
-rw-r--r-- | java/res/xml/kbd_emoji_category11.xml | 31 | ||||
-rw-r--r-- | java/res/xml/kbd_emoji_category12.xml | 31 | ||||
-rw-r--r-- | java/res/xml/kbd_emoji_category13.xml | 31 | ||||
-rw-r--r-- | java/res/xml/kbd_emoji_category14.xml | 31 | ||||
-rw-r--r-- | java/res/xml/kbd_emoji_category15.xml | 31 | ||||
-rw-r--r-- | java/res/xml/kbd_emoji_category16.xml | 31 | ||||
-rw-r--r-- | java/res/xml/kbd_emoji_category7.xml | 31 | ||||
-rw-r--r-- | java/res/xml/kbd_emoji_category8.xml | 31 | ||||
-rw-r--r-- | java/res/xml/kbd_emoji_category9.xml | 31 | ||||
-rw-r--r-- | java/res/xml/keyboard_layout_set_emoji.xml | 32 |
11 files changed, 341 insertions, 1 deletions
diff --git a/java/res/xml/kbd_emoji_category10.xml b/java/res/xml/kbd_emoji_category10.xml new file mode 100644 index 000000000..44c2defea --- /dev/null +++ b/java/res/xml/kbd_emoji_category10.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_eight_food_drink" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/kbd_emoji_category11.xml b/java/res/xml/kbd_emoji_category11.xml new file mode 100644 index 000000000..bf014b38d --- /dev/null +++ b/java/res/xml/kbd_emoji_category11.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_eight_travel_places" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/kbd_emoji_category12.xml b/java/res/xml/kbd_emoji_category12.xml new file mode 100644 index 000000000..dc6592a6f --- /dev/null +++ b/java/res/xml/kbd_emoji_category12.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_eight_activity" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/kbd_emoji_category13.xml b/java/res/xml/kbd_emoji_category13.xml new file mode 100644 index 000000000..9c1ec8b38 --- /dev/null +++ b/java/res/xml/kbd_emoji_category13.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_eight_objects" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/kbd_emoji_category14.xml b/java/res/xml/kbd_emoji_category14.xml new file mode 100644 index 000000000..6838a8b96 --- /dev/null +++ b/java/res/xml/kbd_emoji_category14.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_eight_symbols" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/kbd_emoji_category15.xml b/java/res/xml/kbd_emoji_category15.xml new file mode 100644 index 000000000..a41a586ed --- /dev/null +++ b/java/res/xml/kbd_emoji_category15.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_eight_flags" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/kbd_emoji_category16.xml b/java/res/xml/kbd_emoji_category16.xml new file mode 100644 index 000000000..1a0a7420c --- /dev/null +++ b/java/res/xml/kbd_emoji_category16.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_eight_smiley_people_boring" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/kbd_emoji_category7.xml b/java/res/xml/kbd_emoji_category7.xml new file mode 100644 index 000000000..022ff92bc --- /dev/null +++ b/java/res/xml/kbd_emoji_category7.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_flags" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/kbd_emoji_category8.xml b/java/res/xml/kbd_emoji_category8.xml new file mode 100644 index 000000000..eee645b9a --- /dev/null +++ b/java/res/xml/kbd_emoji_category8.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_eight_smiley_people" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/kbd_emoji_category9.xml b/java/res/xml/kbd_emoji_category9.xml new file mode 100644 index 000000000..c3b992239 --- /dev/null +++ b/java/res/xml/kbd_emoji_category9.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2015, 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:keyWidth="@fraction/config_emoji_keyboard_key_width" + latin:keyLetterSize="90%p" + latin:rowHeight="@fraction/config_emoji_keyboard_row_height" +> + <GridRows + latin:codesArray="@array/emoji_eight_animals_nature" + latin:keyLabelFlags="fontNormal" + latin:backgroundType="empty" /> +</Keyboard> diff --git a/java/res/xml/keyboard_layout_set_emoji.xml b/java/res/xml/keyboard_layout_set_emoji.xml index 98e6b6b5c..120b92b87 100644 --- a/java/res/xml/keyboard_layout_set_emoji.xml +++ b/java/res/xml/keyboard_layout_set_emoji.xml @@ -2,7 +2,7 @@ <!-- /* ** -** Copyright 2013, The Android Open Source Project +** Copyright 2015, 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. @@ -41,4 +41,34 @@ <Element latin:elementName="emojiCategory6" latin:elementKeyboard="@xml/kbd_emoji_category6" /> + <Element + latin:elementName="emojiCategory7" + latin:elementKeyboard="@xml/kbd_emoji_category7" /> + <Element + latin:elementName="emojiCategory8" + latin:elementKeyboard="@xml/kbd_emoji_category8" /> + <Element + latin:elementName="emojiCategory9" + latin:elementKeyboard="@xml/kbd_emoji_category9" /> + <Element + latin:elementName="emojiCategory10" + latin:elementKeyboard="@xml/kbd_emoji_category10" /> + <Element + latin:elementName="emojiCategory11" + latin:elementKeyboard="@xml/kbd_emoji_category11" /> + <Element + latin:elementName="emojiCategory12" + latin:elementKeyboard="@xml/kbd_emoji_category12" /> + <Element + latin:elementName="emojiCategory13" + latin:elementKeyboard="@xml/kbd_emoji_category13" /> + <Element + latin:elementName="emojiCategory14" + latin:elementKeyboard="@xml/kbd_emoji_category14" /> + <Element + latin:elementName="emojiCategory15" + latin:elementKeyboard="@xml/kbd_emoji_category15" /> + <Element + latin:elementName="emojiCategory16" + latin:elementKeyboard="@xml/kbd_emoji_category16" /> </KeyboardLayoutSet> |