diff options
author | 2012-03-12 14:50:03 +0900 | |
---|---|---|
committer | 2012-03-12 16:39:29 +0900 | |
commit | 47141f7011c50a6463da74c1c7ae86cbab3a04f7 (patch) | |
tree | bb7d56391907d6dc643a6da9ef147d4894f39f27 /java/res/xml/kbd_nordic.xml | |
parent | 2de0c4b754060a613966c5177b7ff71d7c5c4b75 (diff) | |
download | latinime-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/kbd_nordic.xml')
-rw-r--r-- | java/res/xml/kbd_nordic.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/java/res/xml/kbd_nordic.xml b/java/res/xml/kbd_nordic.xml new file mode 100644 index 000000000..a2196c926 --- /dev/null +++ b/java/res/xml/kbd_nordic.xml @@ -0,0 +1,26 @@ +<?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. +*/ +--> + +<Keyboard + xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" +> + <include + latin:keyboardLayout="@xml/rows_nordic" /> +</Keyboard> |