aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/kbd_qwertz.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-01-27 23:31:30 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-01-28 01:07:29 +0900
commitd1630a3add1c38d365078ad12fde52dc1934f296 (patch)
tree8f66b76478c2eb4892bb4ba97a3b1dcdaf51c946 /java/res/xml/kbd_qwertz.xml
parent344a767b33b32c8370bbb5bc575464d9c6548d9c (diff)
downloadlatinime-d1630a3add1c38d365078ad12fde52dc1934f296.tar.gz
latinime-d1630a3add1c38d365078ad12fde52dc1934f296.tar.xz
latinime-d1630a3add1c38d365078ad12fde52dc1934f296.zip
Rename keyboard XML resource files
* <Keyboard> XML file should be kbd_*.xml * <Row> XML file should be rows_*.xml or row_*.xml * <Key> XML file should be key_*.xml or keys_*.xml * <key-style> XML file should be key_styles_*.xml Change-Id: Ie57d5d78389c13d6c066ace4e3588518d1f25f13
Diffstat (limited to 'java/res/xml/kbd_qwertz.xml')
-rw-r--r--java/res/xml/kbd_qwertz.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/kbd_qwertz.xml b/java/res/xml/kbd_qwertz.xml
index 5bcceb2f6..9f7e9019c 100644
--- a/java/res/xml/kbd_qwertz.xml
+++ b/java/res/xml/kbd_qwertz.xml
@@ -22,5 +22,5 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
<include
- latin:keyboardLayout="@xml/kbd_rows_qwertz" />
+ latin:keyboardLayout="@xml/rows_qwertz" />
</Keyboard>