aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp/rows_nordic.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-03-12 14:50:03 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-03-12 16:39:29 +0900
commit47141f7011c50a6463da74c1c7ae86cbab3a04f7 (patch)
treebb7d56391907d6dc643a6da9ef147d4894f39f27 /java/res/xml-sw600dp/rows_nordic.xml
parent2de0c4b754060a613966c5177b7ff71d7c5c4b75 (diff)
downloadlatinime-47141f7011c50a6463da74c1c7ae86cbab3a04f7.tar.gz
latinime-47141f7011c50a6463da74c1c7ae86cbab3a04f7.tar.xz
latinime-47141f7011c50a6463da74c1c7ae86cbab3a04f7.zip
Rename keyboard XML files
* Slavic to East Slavic * Serbian to South Slavic * Scandinavian to Nordic Bug: 6150183 Change-Id: I8f5641aa07b83cbb225f5fd73e351a6f8abe0784
Diffstat (limited to 'java/res/xml-sw600dp/rows_nordic.xml')
-rw-r--r--java/res/xml-sw600dp/rows_nordic.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/java/res/xml-sw600dp/rows_nordic.xml b/java/res/xml-sw600dp/rows_nordic.xml
new file mode 100644
index 000000000..5c744582c
--- /dev/null
+++ b/java/res/xml-sw600dp/rows_nordic.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 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.
+*/
+-->
+
+<merge
+ xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
+>
+ <include
+ latin:keyboardLayout="@xml/key_styles_common" />
+ <Row
+ latin:keyWidth="7.9%p"
+ >
+ <include
+ latin:keyboardLayout="@xml/rowkeys_nordic1" />
+ <Key
+ latin:keyStyle="deleteKeyStyle"
+ latin:keyXPos="-10.0%p"
+ latin:keyWidth="fillBoth" />
+ </Row>
+ <Row
+ latin:keyWidth="7.9%p"
+ >
+ <include
+ latin:keyboardLayout="@xml/rowkeys_nordic2"
+ latin:keyXPos="3.5%p" />
+ <Key
+ latin:keyStyle="enterKeyStyle"
+ latin:keyXPos="-14.6%p"
+ latin:keyWidth="fillBoth" />
+ </Row>
+ <Row
+ latin:keyWidth="7.9%p"
+ >
+ <Key
+ latin:keyStyle="shiftKeyStyle"
+ latin:keyWidth="10.0%p" />
+ <Spacer
+ latin:keyWidth="4.35%p" />
+ <include
+ latin:keyboardLayout="@xml/rowkeys_qwerty3" />
+ <include
+ latin:keyboardLayout="@xml/keys_comma_period" />
+ <include
+ latin:keyboardLayout="@xml/key_smiley"
+ latin:keyXPos="-8.9%p"
+ latin:keyWidth="fillRight" />
+ </Row>
+ <include
+ latin:keyboardLayout="@xml/row_qwerty4" />
+</merge>