diff options
author | 2012-09-03 11:26:45 +0900 | |
---|---|---|
committer | 2012-09-03 14:15:48 +0900 | |
commit | ab5f9532dbd1ac0469cab32cf97d87f25f45d8b0 (patch) | |
tree | b4b1a804fe9b7f7f6038ff245bcebc9606c0303c /java/res/xml-sw600dp-land | |
parent | 8624a0a1862116772d56e003f972242bea54e74a (diff) | |
download | latinime-ab5f9532dbd1ac0469cab32cf97d87f25f45d8b0.tar.gz latinime-ab5f9532dbd1ac0469cab32cf97d87f25f45d8b0.tar.xz latinime-ab5f9532dbd1ac0469cab32cf97d87f25f45d8b0.zip |
Use 5-row layout for Thai phone keybopard
Bug: 6911182
Change-Id: I78f59564e8c31b9b66ed9a136584d0c57cc43120
Diffstat (limited to 'java/res/xml-sw600dp-land')
-rw-r--r-- | java/res/xml-sw600dp-land/kbd_thai.xml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/java/res/xml-sw600dp-land/kbd_thai.xml b/java/res/xml-sw600dp-land/kbd_thai.xml deleted file mode 100644 index b4a4a0b92..000000000 --- a/java/res/xml-sw600dp-land/kbd_thai.xml +++ /dev/null @@ -1,31 +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="@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" /> -</Keyboard> |