diff options
author | 2014-03-19 10:50:38 +0900 | |
---|---|---|
committer | 2014-03-19 11:46:29 +0900 | |
commit | 505d3247bbc9b3a7664ca99e8ef4ae59572f90ae (patch) | |
tree | 4ed2628679f28967d458ab781f90e9ed4e1f0260 /java/res/xml-sw600dp | |
parent | b58b529c9ac8a9ed7370ae32cc3b43c674784bf0 (diff) | |
download | latinime-505d3247bbc9b3a7664ca99e8ef4ae59572f90ae.tar.gz latinime-505d3247bbc9b3a7664ca99e8ef4ae59572f90ae.tar.xz latinime-505d3247bbc9b3a7664ca99e8ef4ae59572f90ae.zip |
Fix Colemak layout
Bug: 13535305
Change-Id: I48c42d4cdc5e991873cbdd1eb8abe5428b850dcf
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_colemak_colon.xml | 29 | ||||
-rw-r--r-- | java/res/xml-sw600dp/rows_colemak.xml | 2 |
2 files changed, 0 insertions, 31 deletions
diff --git a/java/res/xml-sw600dp/key_colemak_colon.xml b/java/res/xml-sw600dp/key_colemak_colon.xml deleted file mode 100644 index 25b0e52b8..000000000 --- a/java/res/xml-sw600dp/key_colemak_colon.xml +++ /dev/null @@ -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. -*/ ---> - -<merge - xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" -> - <Key - latin:keySpec=":" - latin:keyHintLabel=";" - latin:moreKeys=";" - latin:keyStyle="hasShiftedLetterHintStyle" /> -</merge> diff --git a/java/res/xml-sw600dp/rows_colemak.xml b/java/res/xml-sw600dp/rows_colemak.xml index ab059da83..7559bfb96 100644 --- a/java/res/xml-sw600dp/rows_colemak.xml +++ b/java/res/xml-sw600dp/rows_colemak.xml @@ -28,8 +28,6 @@ > <include latin:keyboardLayout="@xml/rowkeys_colemak1" /> - <include - latin:keyboardLayout="@xml/key_colemak_colon" /> <Key latin:keyStyle="deleteKeyStyle" latin:keyWidth="fillRight" /> |