diff options
author | 2014-07-09 01:38:21 +0900 | |
---|---|---|
committer | 2014-07-09 02:36:15 +0900 | |
commit | d5f32b38f507cf0f4e3ceed5a360f6f809ada3c6 (patch) | |
tree | cce6267cf2280c2a59dedec2f37b020e266cc006 /java/res/xml-sw600dp | |
parent | 03aa084ccd9d7c542711051ec1c50e0de43f1d8d (diff) | |
download | latinime-d5f32b38f507cf0f4e3ceed5a360f6f809ada3c6.tar.gz latinime-d5f32b38f507cf0f4e3ceed5a360f6f809ada3c6.tar.xz latinime-d5f32b38f507cf0f4e3ceed5a360f6f809ada3c6.zip |
Add Telugu keyboard
Bug: 10028759
Change-Id: Id1bf030a9928124ead695aa7bf76db48ca58de4b
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_space_5kw.xml | 7 | ||||
-rw-r--r-- | java/res/xml-sw600dp/rows_telugu.xml | 49 |
2 files changed, 53 insertions, 3 deletions
diff --git a/java/res/xml-sw600dp/key_space_5kw.xml b/java/res/xml-sw600dp/key_space_5kw.xml index bf7dffbe9..8302184c7 100644 --- a/java/res/xml-sw600dp/key_space_5kw.xml +++ b/java/res/xml-sw600dp/key_space_5kw.xml @@ -24,9 +24,10 @@ <switch> <!-- fa: Perisan kn: Kannada - ne: Nepali --> + ne: Nepali + te: Telugu --> <case - latin:languageCode="fa|kn|ne" + latin:languageCode="fa|kn|ne|te" latin:languageSwitchKeyEnabled="true" > <Key @@ -38,7 +39,7 @@ latin:keyStyle="zwnjKeyStyle" /> </case> <case - latin:languageCode="fa|kn|ne" + latin:languageCode="fa|kn|ne|te" latin:languageSwitchKeyEnabled="false" > <Key diff --git a/java/res/xml-sw600dp/rows_telugu.xml b/java/res/xml-sw600dp/rows_telugu.xml new file mode 100644 index 000000000..c9aeb7ef2 --- /dev/null +++ b/java/res/xml-sw600dp/rows_telugu.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2014, 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"> + <include latin:keyboardLayout="@xml/key_styles_common" /> + <Row + latin:keyWidth="8.182%p" + latin:keyLabelFlags="fontNormal|autoXScale" + > + <include latin:keyboardLayout="@xml/rowkeys_telugu1" /> + <Key + latin:keyStyle="deleteKeyStyle" + latin:keyWidth="fillRight" /> + </Row> + <Row + latin:keyWidth="8.182%p" + latin:keyLabelFlags="fontNormal|autoXScale" + > + <include latin:keyboardLayout="@xml/rowkeys_telugu2" /> + <Key + latin:keyStyle="enterKeyStyle" + latin:keyWidth="fillRight" /> + </Row> + <Row + latin:keyWidth="8.182%p" + latin:keyLabelFlags="fontNormal|autoXScale" + > + <include latin:keyboardLayout="@xml/rowkeys_telugu3" /> + <include latin:keyboardLayout="@xml/keys_exclamation_question" /> + </Row> + <include latin:keyboardLayout="@xml/row_qwerty4" /> +</merge> |