diff options
author | 2012-01-27 23:31:30 +0900 | |
---|---|---|
committer | 2012-01-28 01:07:29 +0900 | |
commit | d1630a3add1c38d365078ad12fde52dc1934f296 (patch) | |
tree | 8f66b76478c2eb4892bb4ba97a3b1dcdaf51c946 /java/res/xml-land | |
parent | 344a767b33b32c8370bbb5bc575464d9c6548d9c (diff) | |
download | latinime-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-land')
-rw-r--r-- | java/res/xml-land/kbd_number.xml | 2 | ||||
-rw-r--r-- | java/res/xml-land/kbd_phone.xml | 2 | ||||
-rw-r--r-- | java/res/xml-land/kbd_phone_shift.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/java/res/xml-land/kbd_number.xml b/java/res/xml-land/kbd_number.xml index f5930ef41..7cc0fb274 100644 --- a/java/res/xml-land/kbd_number.xml +++ b/java/res/xml-land/kbd_number.xml @@ -24,5 +24,5 @@ latin:keyWidth="26.67%p" > <include - latin:keyboardLayout="@xml/kbd_rows_number" /> + latin:keyboardLayout="@xml/rows_number" /> </Keyboard> diff --git a/java/res/xml-land/kbd_phone.xml b/java/res/xml-land/kbd_phone.xml index 3b1fb36ff..aa54b8390 100644 --- a/java/res/xml-land/kbd_phone.xml +++ b/java/res/xml-land/kbd_phone.xml @@ -24,5 +24,5 @@ latin:keyWidth="26.67%p" > <include - latin:keyboardLayout="@xml/kbd_rows_phone" /> + latin:keyboardLayout="@xml/rows_phone" /> </Keyboard> diff --git a/java/res/xml-land/kbd_phone_shift.xml b/java/res/xml-land/kbd_phone_shift.xml index e59664776..f456a1775 100644 --- a/java/res/xml-land/kbd_phone_shift.xml +++ b/java/res/xml-land/kbd_phone_shift.xml @@ -24,5 +24,5 @@ latin:keyWidth="26.67%p" > <include - latin:keyboardLayout="@xml/kbd_rows_phone_shift" /> + latin:keyboardLayout="@xml/rows_phone_shift" /> </Keyboard> |