diff options
author | 2012-02-27 18:37:55 +0900 | |
---|---|---|
committer | 2012-03-02 21:00:38 +0900 | |
commit | 13057e7c0568ed826c59b603d59c977d33f9af07 (patch) | |
tree | 186cbdf24713d73705899eab7b6b565f4fd8e210 /java/res/xml/kbd_greek.xml | |
parent | 3a1844c33b3ae7373eb840f64c9938757f8133cd (diff) | |
download | latinime-13057e7c0568ed826c59b603d59c977d33f9af07.tar.gz latinime-13057e7c0568ed826c59b603d59c977d33f9af07.tar.xz latinime-13057e7c0568ed826c59b603d59c977d33f9af07.zip |
Support Greek Keyboard
Bug: 5679585
Change-Id: I540d5ea42a830be8b85440e794cfcee92a23838e
Diffstat (limited to 'java/res/xml/kbd_greek.xml')
-rw-r--r-- | java/res/xml/kbd_greek.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/java/res/xml/kbd_greek.xml b/java/res/xml/kbd_greek.xml new file mode 100644 index 000000000..7056efb00 --- /dev/null +++ b/java/res/xml/kbd_greek.xml @@ -0,0 +1,26 @@ +<?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" +> + <include + latin:keyboardLayout="@xml/rows_greek" /> +</Keyboard> |